Forum Discussion
Anonymous
7 years agoNot applicable
Running Total of a Complex Measure
I'm attempting to calculate a running total based off a complex measure. The measure is made using a series of calculations off a table in PowerPivot. I've imported the data set to PowerBI and I want...
- 7 years ago
Look at replacing your ALL with ALLEXCEPT.
Greg_Deckler
Community Champion
7 years agoLook at replacing your ALL with ALLEXCEPT.
- Anonymous7 years agoNot applicable
That worked perfectly, thank you.
Would you have any idea how to produce the 2017 line? Ideally it would be the filtered year - 1 so that it automatically switches year to year.
- Greg_Deckler7 years ago
Community Champion
See if my Time Intelligence the Hard Way provides a method of accomplishing what you are going for.
https://community.powerbi.com/t5/Quick-Measures-Gallery/Time-Intelligence-quot-The-Hard-Way-quot-TITHW/m-p/434008- Anonymous7 years agoNot applicable
Thank you once again.