Forum Discussion
Anonymous
3 years agoNot applicable
FILTER on Measure column
Hello everyone, I am trying to find a solution for following use case: I have a table where the difference between two values with time-intelligence is calculated by a measure: First measure ...
- Anonymous3 years ago
Found a possible solution by changing your measure into this:
Changed =COUNTROWS (FILTER (ALL ( 'Table'[Price] ), [DeltaPrice] <> 0))It works by returning 1 and afterwards when set in the visual as a filter.Thanks for your support!