Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

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]...
  • Iamnvt's avatar
    7 years ago

    hi,

     

    you can try this:

    Select = CALCULATE([New Carers in 2019],Filter(ALLSELECTED(Week[Week]), Week[Week] < WEEKNUM(CarersList[StartDate],2)))