Forum Discussion
Anonymous
5 years agoNot applicable
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...
- 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)
wdx223_Daniel
Community Champion
5 years agoAnonymous try to add another CALCULATE out of your code and move REMOVEFILTERS outside, such as
IsLevelDfiltered=CALCULATE(CALCULATE(SUM,FILTER,DATEBETWEEN),REMOVEFILTER)
- RobertStiekema2 years agoRegular Visitor
This works, but why? I would think it would remove the filter in the inner Calculate also, but it doesn't.
- al4xs9 months agoNew Member
thanks so much for this, was bashing my head against a wall wondering why something so simple wasnt working!
if anyone can explain why this works that would be great!
I created an account to write this reply! 😄