'how to display custom hierarchies in same visual?

I have a specific hierarchy that I have developed:

enter image description here

I was expecting it to be:

level 6

( )level11

( )( )Account description

level 3

( )Account description

But I get a different result (see below), why is it? how can I achieve my hierarchy? is it even possible?

enter image description here



Solution 1:[1]

Think about the column headers. What would it say if the first column was either Level6 or Level3? This would be confusing to the user.

The best option is to either get the data into one table where the headers make sense, or to use 2 visuals, one for each hierarchy.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 TheRizza