Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
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.
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.