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 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss 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.
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |