Forum Discussion
Nicho247
Helper III
6 years agoCumulative Total Help - Slicer sets starting date
Hello - Working on a basic running/cumulative total. I have it working but it is grabbing all dates in my table. I'd like it to compute starting from the date present in a slicer. I've poked aro...
Ashish_Mathur
Super User
6 years agoHi,
Does this measure work?
=CALCULATE(COUNTRWS(WKO),DATESBETWEEN('Calendar'[Date],MIN('Calendar'[Date]),TODAY()))
Ensure that the Data slicer is built from the Calendar table and you select 1/1/2020 there.
Hope this helps.
Nicho247
Helper III
6 years agoHello Ashish -
Thank you for your recommendation. Unfortunately this is just outputting flat lines across all times. This is not a running total.
- Ashish_Mathur6 years ago
Super User
Hi,
Does this measure work?
=CALCULATE(COUNTROWS(WKO),DATESYTD(Calendar[Date],"31/12"))
- Nicho2476 years ago
Helper III
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.