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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
Kobuskrug
New Member

Building a ip network topology that shows link utilisation

Hi . I want to build a visual that shows me an IP router with numerous of links connected to other routers. This seems possible bit I need the actual link to changa colour when the utilzation goes above a spesific percentage and I want to use a date filter

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

Thanks for the reply from@rajendraongole1please allow me to provide another insight:

Hi,@Kobuskrug 

Regarding the issue you raised, my solution is as follows:

1.First I have created the following table and the column names and data are the data you have given:

vlinyulumsft_0-1719894290939.png

2. Below are the measure I've created for your needs:

 

color = SWITCH(TRUE(),
MAX('use'[utilisation])>=0.8,8,
MAX('use'[utilisation])>=0.4,4,
2)

 

3.Visual object Settings are as follows:

vlinyulumsft_1-1719894322608.png

4.Then reference measure in the visual object Settings:

vlinyulumsft_2-1719894334208.png

vlinyulumsft_3-1719894344270.png

5.Here's my final result, which I hope meets your requirements.

 

vlinyulumsft_4-1719894365832.png

Can you share sample data and sample output in tabular format if I am misunderstanding? Or a sample pbix after removing sensitive data. We can better understand the problem and help you.

Please find the attached pbix relevant to the case.

 

Best Regards,

Leroy Lu

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
v-linyulu-msft
Community Support
Community Support

Thanks for the reply from@rajendraongole1please allow me to provide another insight:

Hi,@Kobuskrug 

Regarding the issue you raised, my solution is as follows:

1.First I have created the following table and the column names and data are the data you have given:

vlinyulumsft_0-1719894290939.png

2. Below are the measure I've created for your needs:

 

color = SWITCH(TRUE(),
MAX('use'[utilisation])>=0.8,8,
MAX('use'[utilisation])>=0.4,4,
2)

 

3.Visual object Settings are as follows:

vlinyulumsft_1-1719894322608.png

4.Then reference measure in the visual object Settings:

vlinyulumsft_2-1719894334208.png

vlinyulumsft_3-1719894344270.png

5.Here's my final result, which I hope meets your requirements.

 

vlinyulumsft_4-1719894365832.png

Can you share sample data and sample output in tabular format if I am misunderstanding? Or a sample pbix after removing sensitive data. We can better understand the problem and help you.

Please find the attached pbix relevant to the case.

 

Best Regards,

Leroy Lu

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

 

 

 

 

rajendraongole1
Super User
Super User

Hi @Kobuskrug - You can share some sample data and let know the fields that you are looking for change of colors on utilization.

 

Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!!





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

Proud to be a Super User!





Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.