Forum Discussion
Anonymous
6 years agoNot applicable
Decomposition tree :: custom value
How to get conformed total in category group ?
amitchandak
6 years agoSuper User
Not sure I got it but you have to get a new table like this in Dax
union
(
Summarize(Table,table[Country],"Category","Confirmed","Cases",[Confirmed Cases]),
Summarize(Table,table[Country],"Category","Recoveded","Cases",[Recovered Cases])
/// Add more
)
But you should have this a category already
Or do the data level unpivot of measure