Forum Discussion
Anonymous
4 years agoNot applicable
Hierarchy average as per case statement
Hi All, I Have below data Category Sub Category Value A A2 1 A1 12 B B3 6 B1 17 I need to give switch case as following Categor...
amitchandak
Super User
4 years agoAnonymous , Assume after subcategory level you want to sum /add the measure Average
then
sumx(Values(Table[Sub category]),[Average])