Forum Discussion
Image Hyper link
- 9 years ago
In order to have it as a hyperlinked text, it should be of type WEB URL
- 9 years ago
As far as I know, this is not available in Desktop version yet. You can vote for it here https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/10841055-allow-hyperlinks-on-the-images
What you can do for now is duplicate the column with the URLs, model one as Image URL and the other as Web URL.
Place them both next to each other in the same table.
Go to the table formatting pane, under Values choose the URL icon to be enabled.
You will get something like this where the user clicks on the chain to be redirected to the image.
- 9 years ago
Thank you for answer.
That's what I want.
- 9 years ago
How to give hyperlink for a locally stored image in my system.
C:\Users\gopi\Desktop\Image1.jpg
- 9 years ago
You must upload them to a certain photo service and use their URL.
There is a way to incorporate a hyperlink to an image but only works once published to the online service. This works using the html viewer custom visual which can be downloaded from the Power BI custom visuals site. What I had done was created a column that included the image url (which you need to double check this works in a power BI report), the link, and the html code. You have to insert the html code:
<a href="link you are pointing to"> <img src="image url> </a>
However do note that this only works once the report is published to the online service and you have to hit 'ctrl'+ left-click and it will take you to the deired tab. If you just click on the image, the visual will break and you will have to refresh the page.