Forum Discussion

markwilson's avatar
markwilson
Frequent Visitor
4 years ago
Solved

Power BI Paginated Report Image doesn't display

Hi,   I am trying to display images in a Power BI Paginated Report using the External mode. An example URL which has the behaviour I am experiencing is this:   https://community.powerbi.com/t5/im...
  • markwilson's avatar
    markwilson
    3 years ago

    Yes, it sounds like your problem and mine are functionally identical.  I solved it in two different steps:

    1. I wrote another program to download all of the images I wanted to access and uploaded them to another website, so that I was calling them via a standard URL, not a webapi call. Technically the Webapi is downloading them, not accessing them as image links I guess. Then I modified the query that had the URL to point to the new location.

     

    2. Additionally, I resized all of the images which were bigger than 4MB, shrinking them down in size. For some reason report builder doesn't like it when they are too big. In my case they were photos so they looked just fine between 2 and 4MB.