The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
26 | |
10 | |
8 | |
5 | |
5 |
User | Count |
---|---|
33 | |
13 | |
11 | |
9 | |
8 |