This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreGet Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.
Hi all,
I've created many different interpretations of this in Desktop, but *something* is ellusive in duplicating this calculated field/cumulative visual that comes standard in the Service version. I can see totals for each day, but cannot figure out how to get the running total, day over day, for the life of the project, to work. Can anyone help me figure out the DAX behind it, and/or what fields are used from the odata data model?
I have a separate table built for Date Dimension and it's joined to the various date fields in the timephased data tables.
Thanks!
Stefanie
This Blog will provide you complete information and No.of different DAX Formulas for calculating running totals.
Thanks, but that gave me all 0s. 😞 Also, I need it to sum over multiple years (projects span several years and need to capture plan/actuals for the whole project.
This is yielding the below, which is correct for each day, but it's not rolling the previous day's total in. The sum at the end is correct.
You should use this measure formula for counting running total for all the years in your fact table.
Note: DateKey is the name of the calender table.
@snetsmart Running total using date dimension can achieved as below.
=TOTALYTD( SUM( FactSales[SalesAmount] ) , DimDate[Datekey] )
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 25 | |
| 24 | |
| 22 | |
| 19 | |
| 19 |
| User | Count |
|---|---|
| 44 | |
| 43 | |
| 43 | |
| 21 | |
| 21 |