Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Image URL bugged interaction

So I have a bunch of images gathered with a function in powerbi. For each player/team it goes to player/team page like this https://lol.fandom.com/wiki/LIMIT_(Dino_Tot) and downloads image url. Everything worked fine with Power BI deskotop. When I published the report it went south. Some of the images didn't load correctly. I thought it was strange since they were all basicly the same. Also they all worked with a 3rd party image visual on another page of the report.

After some time I figured that images that I used in multirowcard visual were the ones getting ruined. I just published the report without that visual, added it on the portal, downloaded this version and now when I publish it everything works xD.

 

The other solution I found was posting images as a table. They didn't work as a slicer or matrix or anything but when I published them as a table and set max image hight it worked. 

I hope this might help someone who has a similar problem or maybe is something devs would like to look into. 

Status: Investigating
Comments
Anonymous
Not applicable

Hi @Kapcer ,

 

Please check if you meet these limitations below:

  • The image needs to be in one of these file formats: .bmp, .jpg, .jpeg, .gif, .png, or .svg
  • The URL needs to be anonymously accessible, not on a site that requires a sign-in, such as SharePoint. However, if images are hosted on SharePoint or OneDrive, you may be able to get an embed code that points directly to them.

You may also check if  these threads help.

 

Solved: Image URL to display Image not working - Microsoft Power BI Community

Solved: URL Images Won't Display in PowerBI Online - Microsoft Power BI Community

 

Best Regards,
Community Support Team _ Caitlyn

Kapcer
Frequent Visitor

Hi @Anonymous,
Thanks for help. As I said I managed to get everything to work. All my images were png, they were all hosted on the same site with public acess. I used them in 3 visuals. Image custom visual (everything worked there). Table (49 out of 53 players showed correctly) and multirow card (4 out of 7 players didn't show up). Only those who were used in multirow card didn't show up in the table and after I deleted them from from multirow card and published a visual without them all 53 showed up in the table visual. That is why I belive there might be some issue and wanted to share my solution to the problem in case anyone has the same issue.