Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.