Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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 total. There's a lot of data under there, so I want to keep grouped.
Solved! Go to Solution.
@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/
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
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
@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/
User | Count |
---|---|
15 | |
9 | |
8 | |
6 | |
5 |
User | Count |
---|---|
31 | |
19 | |
15 | |
7 | |
6 |