Forum Discussion

zvm's avatar
zvm
Helper II
8 years ago
Solved

Cumulative Sum wrong when using visual filter

Hello, I have a strange behaviour (at least to me! :) ) of Power BI Desktop report, for cumulative sum measure. Here is the measure: NaplKumulativ = VAR CurrNap = [NaplTotal] RETURN C...
  • Greg_Deckler's avatar
    8 years ago

    Your ALL is overriding your slicer in the context of the calculation. That's what ALL does. If you want to preserve your filtering in your report, you need to use ALLEXCEPT and in the ALLEXCEPT arguments you need to specify your slicer column.