Forum Discussion
Anonymous
6 years agoNot applicable
Running total based on multiple measures
Hello, I'm having a hard time getting a running total on a measure that depends on mutiple measures. My typical pattern isn't working: Measure 2: Calculate([Measure 1], DATESYTD(Calendar[Date])...
- 6 years ago
Anonymous
6 years agoNot applicable
Thank you for taking a look, here is what I get with this measure:
Increase Hours RT = CALCULATE([Increase Hours], DATESYTD('Calendar'[Date]))
Notice how the 2nd row is not a running total as I expect it. It should be 2697.67, but it calcs to be 14,451.43.
Ashish_Mathur
6 years agoSuper User
Hi,
Share the link from where i can download your PBI file.
- Anonymous6 years agoNot applicable
Here is the file - MeasureRunningTotalIssue.pbix
- Ashish_Mathur6 years agoSuper User
- Anonymous6 years agoNot applicable
This is really amazing, thank you for this! For my understanding and learning would you be willing to walk me through how you arrived at this solution?
I see you surface a table using CALCULATETABLE, and then SUMMARIZE it, but I'm not fully understanding the design pattern here and how it works.Again, thank you!