Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon'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.
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! | |
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
105 | |
69 | |
49 | |
41 | |
34 |
User | Count |
---|---|
154 | |
112 | |
60 | |
54 | |
35 |