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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi All,
If anyone can help me upload the Power BI dashboard that I created to my company website. I published it and then used the iframe embedded code in the HTML file. It used to work earlier; I have done it multiple times in the past. But now, it is showing "Unable to load the content" error.
Any help would be appreciated.
Thanks
Hi @BEDC_data ,
Thank you @BEDC_data for the response provided!
Has your issue been resolved? If the response provided by the community member addressed your query, could you please confirm? It helps us ensure that the solutions provided are effective and beneficial for everyone.
Thank you for your understanding!
Hi @BEDC_data
The “Unable to load the content” error usually points to how the report was embedded. A few checks you can try:
Check the embed type: if it’s “Publish to web,” confirm in the Admin portal that this option hasn’t been disabled, and generate a new embed link to rule out an expired one.
If it’s a secure embed (reportEmbed URL), make sure the viewers are signed in, have the right permissions, and that third-party cookies are allowed in the browser.
If you use an embed token, verify the token hasn’t expired and that the capacity is active.
On the website side, check that no headers block iframes (X-Frame-Options or Content-Security-Policy). If needed, add:
frame-ancestors https://app.powerbi.com https://*.powerbi.com
Finally, open DevTools in the browser to see if the error comes from CSP, CORS, or an expired link. Also test the embed URL directly in a separate browser tab—if it works there but not inside your site, the issue is likely with the website configuration.
If none of these steps resolve the issue, I recommend opening a support ticket with Microsoft Power BI Support (Help & Support → Create a support ticket). If you have a Power BI admin in your organization, it’s best for them to open the ticket since some cases require admin privileges
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
hi @BEDC_data
Have you tried recreating an embed code? Or possibly, your admin has disabled this feature.