Forum Discussion
NazarBorodin
2 years agoNew Member
I have a problem with removefilter
I have this code: Total Receipts Ignoring Amount Filter = CALCULATE( DISTINCTCOUNT(Sales[Чек]), REMOVEFILTERS(Sales[Сума до сплати]), Sales[Сума до сплати] > 0 ) My task is to ...
sjoerdvn
Solution Sage
2 years agoIf it is not linked to a dimension table (see previous comment), try using ALL instead of REMOVEFILTERS.