Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
23 | |
7 | |
7 | |
6 | |
6 |
User | Count |
---|---|
27 | |
12 | |
10 | |
9 | |
6 |