Forum Discussion
Power BI Paginated Report Image doesn't display
- 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.
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.
Amazing - thanks so much for the reply!! 🙂