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

Get certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. 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
November Carousel

Fabric Community Update - November 2024

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

Live Sessions with Fabric DB

Be one of the first to start using Fabric Databases

Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.

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! Early Bird pricing ends December 9th.

Nov PBI Update Carousel

Power BI Monthly Update - November 2024

Check out the November 2024 Power BI update to learn about new features.