Forum Discussion
Cumulative Total Help - Slicer sets starting date
Hi,
Does this measure work?
=CALCULATE(COUNTROWS(WKO),DATESYTD(Calendar[Date],"31/12"))
Hello Ashish - No sir. This is similiar to last time with a flat bar (not running total).
- Ashish_Mathur6 years ago
Super User
Hi,
Share the link from where i can download your PBI file.
- Nicho2476 years ago
Helper III
Hello Ashish -
Here ya go. This is with some sample data. Should be good enough to replicate the issue. Have a generic calendar table. Have another table with some dates. How to make the slider control the starting point for a running total/cumulative total.
Nick
https://1drv.ms/u/s!AlWk_fvRgbyDoDsGBjSdaNP6D7aS?e=5ezNqx
- v-gizhi-msft6 years ago
Community Support
Hi,
For your sample02, please try this measure:
Measure = CALCULATE ( COUNTROWS ( WKO ), FILTER ( WKO, WKO[CompletedDate] <= MAX ( 'Calendar'[Date] ) && WKO[CompletedDate] <> BLANK () ) ) + 0The result shows:
See my attached pbix file.
Best Regards,
Giotto
- Ashish_Mathur6 years ago
Super User
- Nicho2476 years ago
Helper III
Hello Ashish - No, this doesn't work. These are not running totals and is not affected by the slider. Did you upload the right file? Can you demonstrate how this answers my question? Unsure if I am missing something here.