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.
How to calculate cumulative total if we have similar dates. How we can calculate the running balance in the following example?
Solved! Go to Solution.
You may add an index column in Query Editor and research the code generated by Quick measure Running total.
you would need an additional column that would clarify the order of calculations in the running total. In DAX the 'physical' order of rows in the table is not taken into account
@Stachu So you are telling that I need a dynamic index column which will defines the order. But the problem is I am having a huge data. Will you please tell me the DAX formula for that.
You may add an index column in Query Editor and research the code generated by Quick measure Running total.