Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello,
I'm successfully able to do a cumulative sum of netbalnce however, the value is not shown on the table as category data is not there for the given month
Image for clarification:
Cumulative actual is shown 0 in the table but the value should be picking up from the previous month + July(ie, month net balance is zero )
expected shown figure 114,422 instead of 0
however the cumulative total is correct but 0 in table doesn't match the total
;
Formula used
Hello @amitchandak
Doesn't seem to working for me: Can you please guide me in the following case
@bhavana097 , Join with a date table and create measure like
Cumm Sales = CALCULATE(SUM(Sales[Sales Amount]),filter(all('Date'),'Date'[date] <=max('Date'[date])))
Running Total/ Cumulative: https://www.youtube.com/watch?v=h2wsO332LUo&list=PLPaNVDMhUXGaaqV92SBD5X2hk3TMNlHhb&index=41
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 103 | |
| 81 | |
| 66 | |
| 50 | |
| 45 |