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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I have a problem performing cummulative sum/ running sum on one of my columns.
Can you help me
Thanks in advance
Solved! Go to Solution.
@sanchar123 , A new column
sumx(filter(Table, [Date and time] <= earlier([Date and time] )),[E1 electical meter])
A new measure
sumx(filter(allselected(Table), [Date and time] <= max([Date and time] )),[E1 electical meter])
@amitchandak appreciate your quick help.
I am caught in the loop, while executing the query.
WOndeirng if this cummulative type of calculation decrese the performance when I am refreshing the data at Desktop level.
What can be the solution, running in the Power BI Services? dataflows?
I
User | Count |
---|---|
14 | |
10 | |
7 | |
6 | |
5 |
User | Count |
---|---|
30 | |
19 | |
12 | |
7 | |
5 |