Forum Discussion
SVG image doesn't load bitmap URLs
- 1 year ago
Well, you know the spiel - If this is important to you please consider voting for an existing idea or raising a new one at https://ideas.fabric.microsoft.com
Or you could treat it as a bug - If you have a Pro license you can open a Pro ticket at https://admin.powerplatform.microsoft.com/newsupportticket/powerbi
Otherwise you can raise an issue at https://community.fabric.microsoft.com/t5/Issues/idb-p/Issues .
Update: Power BI can access the image files and accepts them if I create a measure only containing the URL of one image. Then the image appears, e.g., in a Matrix visual. It only does not appear when the link is used inside of the SVG code.
When embedding an image (that is small enough) in the SVG code, it also shows up correctly.
So the following works:
- Loading an image from a URL link into a standard visual
- Showing bitmap images as part of DAX generated SVG code, as long as the image is embedded
- Showing the SVG image including bitmap images that are loaded from URL links inside of the SVG code by using the "HTML Content" custom visual
Now what is missing is the combination:
- Loading an image from a URL link within DAX generated SVG code and showing it in Power BI standard visuals (new card visual, matrix, table)
Without further ado such images appear as broken.
Well, you know the spiel - If this is important to you please consider voting for an existing idea or raising a new one at https://ideas.fabric.microsoft.com
Or you could treat it as a bug - If you have a Pro license you can open a Pro ticket at https://admin.powerplatform.microsoft.com/newsupportticket/powerbi
Otherwise you can raise an issue at https://community.fabric.microsoft.com/t5/Issues/idb-p/Issues .