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
Milenaish
New Member

Network navigator

When I add a value to specify the weights of the nodes (source node weight and target node weight) they become a mess. What I realize is that the values are not summed up so that the node sizes, representing each individual in the network, could grow according to the weight of the agent, even when I choose the sum option in the fields of source node weight and target node weight.What  I realized is that the structure of the network is based on the first value of the first connection of the agent in the network (in alphabetical order), thus the size of the balls does not represent the sum of the value of the agent, that way the network gets distorted and messed up.  I would like to know if there is any other way to sum up the values, so the node sizes can correctly correspond to those values. 

2 REPLIES 2
v-viig
Community Champion
Community Champion

Hello @Milenaish,

 

As far as I know, there isn't another way unfortunately.
I'll contact author of this visual to find out more.

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

[email protected]

v-viig
Community Champion
Community Champion

Hello @Milenaish

 

Author of Network Navigator has reported that this visual doesn't support scaling but auhtor has proposed a couple of workarounds:

  1. The user can create another table that is pre-aggregated on Source Node & Target Node, and scales the Source Node Weight and Target Node Weight fields to say 2  - 10, and it will produce a decent graph (i.e. One row for each Source Node & Target Node combination with the Source Node Weight and Target Node Weight columns scaled to 2 - 10).
  2. Add two new columns to the current table, Source Node Weight Scaled and Target Node Weight Scaled, which scales Source Node Weight by YourScale (Source Node Weight YourScale), and Target Node Weight by YourSecondScale (Target Node Weight / YourSecondScale ), then select Sum on Source Node Weight Scaled and Sum on Target Node Weight Scaled on the visual field.

 

Please let us know if these workarounds work for you.

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

[email protected]

 

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 Fabric 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