Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago

level Hierarchy

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 1Level 2Level 3Level 4

A

DHX
ADIY
AEIZ

B

FH 

B

FJ 

C

GK 

Table 2

valuefeature-1feature-2feature-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) 

1 Reply

  • 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.