Forum Discussion
Is it possible to embed a Power BI report without using an iframe?
I have a requirement to embed a Power BI report ("Embed for your Customers") into a website without using an iframe. I referred to the following article and GitHub code, but the solution still embeds the report using an iframe:
https://github.com/microsoft/PowerBI-Developer-Samples https://learn.microsoft.com/en-us/power-bi/developer/embedded/embed-service-principal?tabs=azure-portal
I would like to know if there is any way to embed a Power BI report directly into a website without using an iframe. Are there any alternative approaches or documentation that I can follow to achieve this?
I followed the steps mentioned in the article linked above and successfully embedded the report using .NET Core and .NET Framework. However, the report is being loaded within an iframe, which I want to avoid.
Is there any possibility of embedding a Power BI report without relying on an iframe?
4 Replies
- lbendlin
Super User
No. What you can try is recreate /rerender individual visuals. But report pages need iframes.
- eswaranm90New Member
Hello lbendlin,
Thank you for your response.
Could you please share a link to the article or documentation that explains how to recreate or rerender individual visuals? It would be really helpful for reference.
Looking forward to your guidance.
- eswaranm90New Member
Hello lbendlin,
Thank you for your response.
Could you please share a link to the article or documentation that explains how to recreate or rerender individual visuals? It would be really helpful for reference.
Looking forward to your guidance.