Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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/
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
25 | |
12 | |
9 | |
9 | |
9 |
User | Count |
---|---|
19 | |
14 | |
14 | |
13 | |
12 |