Forum Discussion

gopichilla's avatar
gopichilla
Resolver III
9 years ago
Solved

Image Hyper link

It is possible to create image hyperlink in Power BI.

 

 

Thanks,

  • In order to have it as a hyperlinked text, it should be of type WEB URL

  • 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.

  • gopichilla's avatar
    gopichilla
    9 years ago

    How to give hyperlink for a locally stored image in my system.

     

    C:\Users\gopi\Desktop\Image1.jpg

     

  • You must upload them to a certain photo service and use their URL.

15 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    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. 

     

     

    • gopichilla's avatar
      gopichilla
      Resolver III

      Dear Simon,

       

      Thank you for your response.

      Kindly let me know which visual I need to choose to get the desired result.

       

      Thanks,

      Gopi