Forum Discussion
Cocrodile
Helper I
4 years agoComulative sum Within Categories
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 th...
amitchandak
Super User
4 years agoCocrodile , based on what I got
sumx(filter(allselected(Table), Table[Cat] = max(Table[Cat]) && Table[Week] <= max(Table[week]) ), [ticket])
- Cocrodile4 years ago
Helper I
I have created the measure but testing it but it doesn't make the cumulative sum it brings me only the values