Last elapsed week in boolean measure
Hello Experts,
How can I set last elapsed week in a week intx boolean measure.
tried to use the below and it sets all elapsed weeks = true
LElapsedB = if (current < today, TRUE, FALSE)
Any help will be highly appreciated
0