Forum Discussion
OCBB_SFAFPandA
Resolver I
4 years agoNot show total in grouped Matrix Column
Hello, I am trying not to show the anything for the grouped matrix total since it doesn't make sense. when I drill down, the info i want is there. Just need to remove the ones from the grouped to...
- 4 years ago
OCBB_SFAFPandA , Use isinscope
Switch(true(),
isinscope(table[Store]) ,[Measure] , //Lower level
isinscope(table[group], blank())
https://www.kasperonbi.com/use-isinscope-to-get-the-right-hierarchy-level-in-dax/
- 4 years ago
Hi, OCBB_SFAFPandA
Please check if this tutotial could help.
Use IsInScope to get the right hierarchy level in DAX
Best Regards,
Community Support Team _ Eason
amitchandak
Super User
4 years agoOCBB_SFAFPandA , Use isinscope
Switch(true(),
isinscope(table[Store]) ,[Measure] , //Lower level
isinscope(table[group], blank())
https://www.kasperonbi.com/use-isinscope-to-get-the-right-hierarchy-level-in-dax/