Forum Discussion
URL link in custom text format
- Anonymous6 years ago
Hi Anonymous
tex628 had shown you the way to make the URL link in custom text format.
For more info: Add hyperlinks (URLs) to a table or matrix
And I build a table to show you the dropdown filter function.
Build a silcer by dir column and build a table visual:
Select A you can link to URL for A and select B you can link to URL for B. And the default link will be A.
You can download the pbix file from this link: URL link in custom text format
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous , https://docs.microsoft.com/en-us/power-bi/create-reports/power-bi-hyperlinks-in-tables
You can create a custom column like
new URL = "http://abc.com?Value=" & [Value]
Mark that as URL and follow the step
example : https://community.powerbi.com/t5/Data-Stories-Gallery/Blog-Analysis/m-p/1265567#M4403