Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
Hi,
I'm working with PBI Desktop August 2020 version and trying to use a Web URL within a matrix report.
I have a column "Date" and a row "Test_name". The values are KPIs to indicate wether a test was successful or not at a specific date.
Now I want to have a URL for these KPIs per test to point to a ticketing system i.e.
This works as long as I do not use the conditional formatting to make the KPI's look nice and as requested. It should be red, green and amber arrows indicating the test result.
As soon as I use the conditional formatting the KPI's look the way requested, but the URL link is gone.
Any suggestions how this could be resolved?
Thanks a lot!
Michael
Solved! Go to Solution.
Hello @MichaelHill ,
Can you add some screesnhots here please regarding your problem?
Thank you
Pragati
Hi, @Anonymous
Based on your description, I created data to reproducce your scenario. The pbix file is attached in the end.
Table:
You may create measures like below.
URL =
SWITCH(
SELECTEDVALUE('Table'[ID]),
1,"https://www.google.com/",
2,"https://www.daxformatter.com/"
)
Color Control =
SWITCH(
SELECTEDVALUE('Table'[ID]),
1,"red",
2,"green"
)
Then you may set the 'Data category' for 'URL' as 'Web URL' and conditional formatting the background of 'URL' as below.
Result:
Best Regards
Allan
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @Anonymous
Based on your description, I created data to reproducce your scenario. The pbix file is attached in the end.
Table:
You may create measures like below.
URL =
SWITCH(
SELECTEDVALUE('Table'[ID]),
1,"https://www.google.com/",
2,"https://www.daxformatter.com/"
)
Color Control =
SWITCH(
SELECTEDVALUE('Table'[ID]),
1,"red",
2,"green"
)
Then you may set the 'Data category' for 'URL' as 'Web URL' and conditional formatting the background of 'URL' as below.
Result:
Best Regards
Allan
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hello @MichaelHill ,
Can you add some screesnhots here please regarding your problem?
Thank you
Pragati
@Anonymous , was it working prior to August 2020 release?
Any know issue you can track at -https://community.powerbi.com/t5/Issues/idb-p/Issues
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 23 | |
| 23 | |
| 21 | |
| 17 | |
| 13 |
| User | Count |
|---|---|
| 58 | |
| 50 | |
| 37 | |
| 29 | |
| 24 |