Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
amitg
New Member

Network Navigator Multi-Level Hierarchy Issue

Hi all,

 

I have "units" which depend on each other, and I want to visualize the relationship between them with Network Navigator (best option I found). relationships look like this:

(-> = depends on)

A -> B, C

B -> D

C -> E, F

S -> U,V

 

AFAIK, the right way to model this type of relationship is by source + target fields, something like this:

sourcetarget
AB
AC
BD
CE
CF
SU
SV

 

The problem raises when I want to filter only A and see all its relevant dependencies, but only his. If I filter "source"=A, I get only A's direct dependencies (B, C) and not other levels (B->D, C->E, F).

If I'm not filtering at all, I get also S and its dependencies, which are irrelevant if my goal is to investigate A.

Of course it's a big issue when the scale is much larger, when I have tens of thousands of units.

 

Thought about adding levels of hierarchy ("level1", "level2") to "source" and "target" fields, but then it doesn't fit the visual's structure/needed parameters.

 

Anyone faced this issue before? Any smart idea how to solve it?

Thanks in advance 🙂

Amit

1 REPLY 1
MFelix
Super User
Super User

Hi @amitg ,

 

You need to create a parent-child hierarchy calculation.

 

Check the links below:

https://www.daxpatterns.com/parent-child-hierarchies/

https://www.sqlbi.com/blog/alberto/2011/07/19/parent-child-hierarchies-in-tabular-with-denali/

 


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português





Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors