This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi I have this table and I wish I could implement the cumulative function on dax.
------------------------------------------------------------------
-The CAT field is the field with reference to the category
-The WEEK field is the field referring to the week
-The Ticket field is the field with reference to the ticket number
-The CUMULATIVE field is the value I would like to get out in DAX and refers to the cumulative
-------------------------------------------------------------------------
-------------------------------------------------------------------
I would need a dax formula to calculate the cumulative.
In this case I only reported week 10 but it should calculate the cumulative sum for each week in relation to the category (CAT field).
Each week I have different categories
A thousand thanks
@Cocrodile , based on what I got
sumx(filter(allselected(Table), Table[Cat] = max(Table[Cat]) && Table[Week] <= max(Table[week]) ), [ticket])
I have created the measure but testing it but it doesn't make the cumulative sum it brings me only the values
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 35 | |
| 32 | |
| 26 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 68 | |
| 36 | |
| 32 | |
| 25 | |
| 23 |