This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi All,
I have a table with 4 levels of hierarchy
and another table with additional details of the contents in the first table
now i want to display a 2 visuals
a) hierarchy from level 1 to level 6 which can be collapsed/expanded from the first visual
b) additional details of only that thing which is selected in the the 1st visual
Table 1
| Level 1 | Level 2 | Level 3 | Level 4 |
A | D | H | X |
| A | D | I | Y |
| A | E | I | Z |
B | F | H | |
B | F | J | |
C | G | K |
Table 2
| value | feature-1 | feature-2 | feature-3 |
| A | |||
| B | |||
| C | |||
| D | |||
| E | |||
| F | |||
| G | |||
| H | |||
| I | |||
| J | |||
| K | |||
| X | |||
| Y | |||
| Z |
So i want a tree like hierarchy structure from table 1 lets suppose i click on D in visual one i want the table to show only details of D
Please suggest any custom visual if it solves this purpose or any other way to do it
Currently i used Pie char tree by Artiz Francoy, but it is not solving the 2nd purpose-( on clicking any node on the 1st visual only expands/collapses the tree)
Use a regular slicer and add the columns from the first table to it. Further behavior would then be controlled by your data model.
Note that what you have is not a hierarchy. In a hierarchy each node only appears once.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.