Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Removefilters not working

Hi All,   I'm writing a DAX Query which exectutes different parts of the query depending on the current filter. This logic works, however:  In example #1, de removefilters works just fine. I'm get...
  • wdx223_Daniel's avatar
    5 years ago

    Anonymous try to add another CALCULATE out of your code and move REMOVEFILTERS outside, such as 

    IsLevelDfiltered=CALCULATE(CALCULATE(SUM,FILTER,DATEBETWEEN),REMOVEFILTER)