Forum Discussion
Cocrodile
4 years agoHelper I
Comulative 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
4 years agoSuper User
Cocrodile , based on what I got
sumx(filter(allselected(Table), Table[Cat] = max(Table[Cat]) && Table[Week] <= max(Table[week]) ), [ticket])
Cocrodile
4 years agoHelper I
I have created the measure but testing it but it doesn't make the cumulative sum it brings me only the values