The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 =