Forum Discussion

DSQU's avatar
DSQU
Helper I
2 years ago

Image Hosting Solution

Is there an easy out of the box solution I am missing, for hosting an image link, for a Power BI report, or more importantly in our case, and paginated RDL report running from powerbi.com? 

 

  • I have 1200 RDLs that have a company logo image in the corner, that are being migrated to the power bi service
  • Currently they use the "External" source option and use an on-prem server hosted image link. 
  • Changing them to Embed the image or Database source requires quite a bit more code (new datasets) changing in the RDL and difficult to do in for all 1200 at once. We also like the link option because we can repoint the link in the future, and change all reports at once. 
  • We have an SSIS package that loops through code and can easily replace an old link with a new link
  • We tried hosting the image in OneDrive/Sharepoint365 but it seems to want to authenticate, and we couldn't get it working
  • Setting the Logo feature in the power bi service admin portal, and then using that link works pretty good. However, we're concerned the long microsoft link could change in the future though, even without the image changing, and break all report logos. 
  • Hosting our own website for this seems like overkill for something so simple, but would be an option. 
  • Our best solution is to ask our comanpy website team to host an asset image on the company website. We don't love the idea of reports pinging the website constantly, and would prefer to manage it ourselves but this will probably have to be the solution. 

4 Replies

  • If these logos are not too big you can Base64 encode them and include them directly in the semantic model.

    • DSQU's avatar
      DSQU
      Helper I

      thanks - this is for paginated reports which i don't  believe have a seperate semantic model. We're also hoping to avoid embeding them so i can more easily update a link address, to update all 1200 reports logo at once. Versus going into  each report and updated the embedded image. 

      • lbendlin's avatar
        lbendlin
        Super User

        For Power BI Service the embedding option is preferred as it works around the authentication issues you will have if your images are stored elsewhere.   For Report Server it likely doesn't matter if you are using an on-prem repository.

        No idea how this works for paginated reports.