Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
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.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.