Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
Hi,
I have a Matrix with Project Number nested under Company Name in the rows. The matrix is looking at project profitabilty and overall company profitabilty - we want to see profit by company and have the abilty to drill down by project.
My issue is some clutter with some of the values at the top level. Most companies have 2-8 projects, but some only have 1. I want to hide all of the unsummerised project data (project name, project manager) at the top level of the matrix. Using SELECTEDVALUE() doesn't quite work as in some of the cases, even at the top level there is only one value (as there is only one project) so I end up with a mess of some blank and some populated rows.
Does anyone have a solution for this?
Solved! Go to Solution.
@possible-possum , Try using isinscope -https://www.kasperonbi.com/use-isinscope-to-get-the-right-hierarchy-level-in-dax/
IsInScope - Switch measure at different levels: https://youtu.be/kh0gezKICEM
@possible-possum , Try using isinscope -https://www.kasperonbi.com/use-isinscope-to-get-the-right-hierarchy-level-in-dax/
IsInScope - Switch measure at different levels: https://youtu.be/kh0gezKICEM
Thanks for pointing me in the direction of ISINSCOPE, it ended up being quite simple to implement:
Producer =
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
76 | |
74 | |
69 | |
47 | |
41 |
User | Count |
---|---|
63 | |
42 | |
30 | |
29 | |
28 |