Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Images in reports published to the PowerBI service are no longer rendering if you visit via different URL prefixes; either app.powerbi.com or www.powerbi.com
Based on web browser dev tools debugging, it apperas to be a CORS (Access-Control-Allow-Origin) issue where for some reason some graphics published in the PowerBI service are bound to a particular subdomain (either app or wwww).
Turning off CORS via browser extension will render the graphics no matter the subdomain entry point. This proves it is a CORS issue.
Any help or guidance would be appreciated. This appears to be a new issue since we have not heard complaints on this from our users until recently.
@Anonymous this issue seems similiar to internal bug number CRI: 79681873 (community page link). Has that bug ever been fixed?
Hi @PBI-designer ,
Visuals have their domain removed by the main window so that they are sandboxed. One of the effects of this is that if you're attending to load data from an external URL and this site does not allow requests from an empty domain, they are blocked by your browser.
Refer to:
https://www.html-content.com/reference/limitations#custom-visuals-high-level
This is the related document, you can view this content:
https://stackoverflow.com/questions/38754542/why-are-my-videos-and-images-not-showing-up
https://docs.mulesoft.com/gateway/policies-included-cors
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Liu,
I think you may have misunderstood the issue. Sorry if I did not explain it more clearly.
I am not intending to load data from an external URL, not using custom HTML or anything like that.
I am simply inserting an image into a report. Then publishing to the PowerBI service. The problem occurs when visiting my report either via the app.powerbi.com URL or www.powerbi.com URL, depending on which URL I use, I may get images to load or not. If I disable CORS, both URLS will work.