Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi Experts
I am looking to create hyperlink on column unique records rather that create calculated column for hyper link. its like, If I only want to show ID in that field but it actually includes the url, for example when I click ID 001 it will go to http://salesforce.com/001
thanks
Solved! Go to Solution.
@samz , when id is displayed, you can use the conditional formatting web URL to display the hyperlink. But you need to have a link to the measure or column
@Anonymous , you can create a measure or column-like
url = "http://salesforce.com/" & [column]
Mark it as web url and use like given below in the article
https://docs.microsoft.com/en-us/power-bi/create-reports/power-bi-hyperlinks-in-tables
I want to show the column with unique ID without the link. any work around is there ?
@samz , when id is displayed, you can use the conditional formatting web URL to display the hyperlink. But you need to have a link to the measure or column
Hi, @Anonymous
It seems that your problem has been solved. If it is, could you please mark the helpful replies as Answered?
Other community members will easily find the solution when they get the same issue.
Best Regards,
Community Support Team _ Eason
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.