Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet 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
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! | |
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
93 | |
90 | |
84 | |
70 | |
49 |
User | Count |
---|---|
141 | |
120 | |
112 | |
60 | |
58 |