March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
I am trying to create a calculated measure using DAX that will do a running total on a row count for a field that contains descriptions. Each descripton would be a row count. For instance we have a field called color and there are 5 colors. I want a running total on how many rows are what colors. Also I need to keep all the current filters in place so if the filters change, my running total will reflect that.
Solved! Go to Solution.
Try Quick measure. There is an option for running a total. Right-click on a table or field you get popup menu. There choose new quick measure
hi @Anonymous
You could refer to this document:
https://www.daxpatterns.com/cumulative-total/
For your case, you may need to use ALLSELECTED Function instead of ALL Function in the formula.
Regards,
Lin
No it doesn't really help. I am trying to do a cumulative on a description field where I row count. For example: I have 500 employees. Of those 500 employees, 100 have been Terminated. I am trying to count the rows where there is a reason code and I want it to look like this... But I don't want my line to follow but be a cumulative line upward.
Try Quick measure. There is an option for running a total. Right-click on a table or field you get popup menu. There choose new quick measure
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
87 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |