Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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
Solved! Go to Solution.
Thanks for the reply from@rajendraongole1, please 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:
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:
4.Then reference measure in the visual object Settings:
5.Here's my final result, which I hope meets your requirements.
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.
Thanks for the reply from@rajendraongole1, please 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:
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:
4.Then reference measure in the visual object Settings:
5.Here's my final result, which I hope meets your requirements.
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.
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!!
Proud to be a Super User! | |
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
60 | |
58 | |
56 | |
38 | |
28 |
User | Count |
---|---|
82 | |
61 | |
45 | |
41 | |
39 |