Forum Discussion

NazarBorodin's avatar
NazarBorodin
New Member
2 years ago

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 create a measure that will not react to the cutoff by [Сума до сплати]. But this measure still reacts to this cutoff. How can this be fixed?

2 Replies