Forum Discussion

ukantkumar's avatar
ukantkumar
Helper I
7 years ago

dax formula

I have one data set there columns like  DATE, CATEGORY, SUBCATEGORY, and Planned unit.

so I have to take cumulative Planned unit category wise (Running sum Category wise ) but before that what I want, I have to group by all SUBCATEGORY. BECAUSE UNDER the 1 category I have a lot of #subcategories, THAT I don't want,( i mean after grouping that planned unit column should sum based on group by)

 

how can we group by subcategory in Dax without losing the other column?