Forum Discussion
Anonymous
7 years agoNot applicable
ALLSELECTED not applied
Hi, In the below measure the ALLSELECTED(Week[Week] part is not being applied. If I remove it the result stays the same. Select = CALCULATE([New Carers in 2019],WEEKNUM(CarersList[StartDate]...
- 7 years ago
hi,
you can try this:
Select = CALCULATE([New Carers in 2019],Filter(ALLSELECTED(Week[Week]), Week[Week] < WEEKNUM(CarersList[StartDate],2)))
Iamnvt
7 years agoContinued Contributor
hi,
you can try this:
Select = CALCULATE([New Carers in 2019],Filter(ALLSELECTED(Week[Week]), Week[Week] < WEEKNUM(CarersList[StartDate],2)))