Forum Discussion
Anonymous
8 years agoNot applicable
Ignore Visual level filter in measure
Hi wonderful PBI community, I am unsure if this is possible but thought I would ask. I have a measure that calculates a total bonus earnt and I use a visual level filter to taylor this to the...
prateekraina
Memorable Member
8 years agoHi Anonymous,
It is possible.
You need to modify [Total Bonus] measure. I would suggest to use ALL() in your CALCULATE() to remove context of filter you are applying in visual level filter.
Check this link for syntax of ALL().
Prateek Raina