Forum Discussion
ColinRE
Helper I
2 years agoEmbedding Sharepoint List into Power BI with HTML visual and iframe
Hi Folks, I want to add a SharePoint List list into a Power BI report using an HTML visual via an iframe. I can't tell if this considered cross scripting or Same-Origin Policy violation? The oppo...
Anonymous
2 years agoNot applicable
Hi ColinRE ,
Please review the following links, hope they can help you.
Create a report on a SharePoint List in Power BI Desktop - Power BI | Microsoft Learn
Embed a report in a secure portal or website - Power BI | Microsoft Learn
If your website sets the Cross-Origin-Opener-Policy (COOP) header to “same-origin,” you can't sign in to view your embedded content because MSAL doesn't support this header. Instead, choose either "restrict-properties" (for Chromium-based browsers) or "same-origin-allow-popups." Alternatively, if you can't change the Cross-Origin-Opener-Policy, link to the embedded URL directly instead of embedding it in an iframe.
Best Regards