Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I have a matrix with the row headers in a Hierarchy shown below:
These levels represent different accounts that roll up to the Chart Level 1 account. The problem is that not every account has a full 7 levels. This causes a blank row header to occur with a duplicate measure value as the previous chart level. How can I hide the extra in cases where it doesn't exist? I don't want to filter the data because then it will be missing from the rollup. I just want extra row with the blank level name to not show up in the matrix. Please see the example below:
Solved! Go to Solution.
Hi @Anonymous ,
To hide the unwanted rows, for each row you must check whether the current level is available by the visited node. This can be accomplished by checking the depth of each node.
You can find the corresponding instructions here at SQLBI as "Basic parent-child pattern".
https://www.daxpatterns.com/parent-child-hierarchies/
Marcus Wegener works as Full Stack Power BI Engineer at BI or DIE.
His mission is clear: "Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast - Power BI Tutorials
Hi @Anonymous ,
To hide the unwanted rows, for each row you must check whether the current level is available by the visited node. This can be accomplished by checking the depth of each node.
You can find the corresponding instructions here at SQLBI as "Basic parent-child pattern".
https://www.daxpatterns.com/parent-child-hierarchies/
Marcus Wegener works as Full Stack Power BI Engineer at BI or DIE.
His mission is clear: "Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast - Power BI Tutorials
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.