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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
SparksWillFly
New Member

Network diagram problem

I have a table of reference numbers, which I have organised into a hierarchical structure
using index and parent. (I’ve also used PATH function to create a column with the hierarchical path)

SparksWillFly_0-1666011684375.png

Using the Network Navigator visual, which I added to PBI using get more visuals option and searching for ‘network’, I want to display the order with the RefNo field as the text, shown below:

ABC566 >> GG234 >> HH233 >> MM196

My problem is that whilst I can get the path to display visually, see below, I cannot achieve it with the reference number:

 

SparksWillFly_2-1666011965155.png

 

I’ve tried several variants of the source and target nodes, but this is the closest I can get.  Has anyone used this or another hierarchical visual that would display this solution? 

Any hepl would be greatly appreciated & thanks for looking

 

1 ACCEPTED SOLUTION
v-easonf-msft
Community Support
Community Support

Hi, @SparksWillFly 

You need to add a new calculated column  'Parent RefNo'.

Parent RefNo = 
 CALCULATE(MAX('Table'[RefNo]),FILTER(ALL('Table'),'Table'[Index]=EARLIER('Table'[Parent])))

Then apply it to Network diagram.

veasonfmsft_0-1666072880216.png

veasonfmsft_1-1666072921199.png

 

Best Regards,
Community Support Team _ Eason
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

View solution in original post

2 REPLIES 2
SparksWillFly
New Member

Hi Eason, thank you so much!  Thats perfect 😄  

We beginning to think it was impossible.  

 

I owe you one.

 

Kind regards

 

Mark

v-easonf-msft
Community Support
Community Support

Hi, @SparksWillFly 

You need to add a new calculated column  'Parent RefNo'.

Parent RefNo = 
 CALCULATE(MAX('Table'[RefNo]),FILTER(ALL('Table'),'Table'[Index]=EARLIER('Table'[Parent])))

Then apply it to Network diagram.

veasonfmsft_0-1666072880216.png

veasonfmsft_1-1666072921199.png

 

Best Regards,
Community Support Team _ Eason
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.