Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hello,
I want a new column that calculate the cumulative sales A.K.A (nombre de rdv créés)
I come up with the formula below but it calculate me the cumulative sales for each S01, S02, S03 ect...
My ideal result looks like this :
Column A
Line 1 : 20
Line 2 : 50
Line 3 : 10
Column running total :
Line 1 : 20
Line 2 : 70
Line 3 : 80
and so on
Hi @desiiirz
You can add an index column in power query
Then create a new column in table.
Running toal = CALCULATE(SUM(RegN[Nombre de ]),FILTER(RegN,[Index]<=EARLIER(RegN[Index])))
Output
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@FreemanZ hi,
there is no unique value beside "nombre de rdv créées" where there is a lot of 0 value.
Right now, it calcule the cumulative sales for each S01 then S02 ect...
hi @desiiirz
i mean to paste your sample data as text, so we could copy to Excel/PBI to get the solution for you, instead a screenshot.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
11 | |
10 | |
10 | |
9 | |
8 |
User | Count |
---|---|
17 | |
13 | |
12 | |
11 | |
8 |