Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
82 | |
81 | |
52 | |
39 | |
35 |
User | Count |
---|---|
95 | |
79 | |
52 | |
49 | |
47 |