It's been a while since quick measures were introduced and it might be tricky to decide whether to use them or not. What I have noticed recently is calculating running total with quick measure might not provide the best user experience because it simply doesn't filter explicitly, despite ALLSELECTED function is part of the measure.
This is the quick measure to calculate the running total and it can be seen that ALLSELECTED function is part of the equation. As a result, I got the impression that when I explicitly filter, the measure will retain all the explicit filters but that’s not what happened. This is how it looks like before I use any explicit filter.
What are we supposed to then? Quit PowerBI and start organic farming? Fortunately, we can still write running total measure without using quick measure and get the result that we want. This is the running total measure without using a quick measure.
And it retains a year slicer correctly like it supposed to do and finally, two numbers match.
Comments