Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hello. I need help in making a column with cumulative value from a different column. See below for my sample data. I already tried some being suggested online, but non works for my set of data.
Solved! Go to Solution.
That looks like a line graph that you have there. If you have one row per ID you could use the below:
Raw measure code:
You could even just create the cumulative total as a measure and use that on your graph:
Raw measure code:
I built a sample dataset with small numbers to make checking it easier, I believe the following meets your requirements:
Raw measure code:
Realise I slightly misread the problem, should be >= instead of <= as below:
It works well, thank you! I now have a column with the cumulative value starting from highest value.
My new problem is when I use the columns in my line axis visual, it automatically transforms to count and not the actual value. See below.
How do I fix this to show the actual value instead of count?
That looks like a line graph that you have there. If you have one row per ID you could use the below:
Raw measure code:
You could even just create the cumulative total as a measure and use that on your graph:
Raw measure code:
This was the same measure formula I used before and guess where I went wrong?
I used <= instead of >=
Thank you very much! This was the solution I'm looking for.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 84 | |
| 49 | |
| 37 | |
| 31 | |
| 30 |