Forum Discussion
Running totals
Having this table.
I want to create a report that will contain the running totals per date counting the values for Date Done, Date Created and Date Validated. The outcome should result as
vzbkb1 , Join with date table and create measure like , use the measure with a date from date table and Attribute in Column of Matrix
Cumm Sales = CALCULATE(countrows(Table) ,filter(all('Date'),'Date'[date] <=max('Date'[date])))
Running Total/ Cumulative: https://www.youtube.com/watch?v=h2wsO332LUo&list=PLPaNVDMhUXGaaqV92SBD5X2hk3TMNlHhb&index=41
Power BI Window function Rolling, Cumulative/Running Total, WTD, MTD, QTD, YTD, FYTD: https://youtu.be/nxc_IWl-tTc
1 Reply
- amitchandakSuper User
vzbkb1 , Join with date table and create measure like , use the measure with a date from date table and Attribute in Column of Matrix
Cumm Sales = CALCULATE(countrows(Table) ,filter(all('Date'),'Date'[date] <=max('Date'[date])))
Running Total/ Cumulative: https://www.youtube.com/watch?v=h2wsO332LUo&list=PLPaNVDMhUXGaaqV92SBD5X2hk3TMNlHhb&index=41
Power BI Window function Rolling, Cumulative/Running Total, WTD, MTD, QTD, YTD, FYTD: https://youtu.be/nxc_IWl-tTc