Forum Discussion
Anonymous
8 years agoNot applicable
Stop running total at current date
Hi, I have found some topics covering this, however it still does not work in my report In the picture below you can see the formula I use and how the line chart still shows values until Dece...
- 8 years ago
Hi Guidoow1,
Please refer to this article about how to achieve cumulative total: https://www.daxpatterns.com/cumulative-total/.
Regards,
Jimmy Tao
Anonymous
8 years agoNot applicable
Hi v-yuta-msft
Tanks for your reply
The measure shows the value in that month and not the desired cummulative value.
joonasjaspi
8 years agoFrequent Visitor
You could add YTD flag column to your calendar table like this:
"Future";if([Date]>=NOW();1;0);
Then use it as visual level filter.
- Anonymous8 years agoNot applicable
Hi joonasjaspi
I already have a relative date filter on past 2 years including today for the whole report.
So I am already using a date filter, however it still shows the running total until December.