Forum Discussion
tmullady
10 years agoRegular Visitor
Running total chart
Hello, I wanted to see if someone could help me create a running total chart. My fields are the following DATE , RANGE, CONTRIBUTIONS Any help would be greatly appreciated. Thanks, ...
- 10 years ago
Not much to go on, but you should be able to use the Cumulative Total pattern here I believe:
http://www.daxpatterns.com/cumulative-total/
- 10 years ago
Running total usually looks like this ...
CALCULATE ( SUM(TABLE[Contributions]), FILTER( ALL(DATE), DATE[Date] <= MAX(DATE[Date] ) )
Rakeshlipare
3 years agoNew Member
i have plotted bar chart with running total and created a tooltip for it but i am unable to see the exact rows in tooltip as the number present on the bar.
The tooltip is for the orange bar having 6 number .