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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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