Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
eswaranm90
New Member

Is it possible to embed a Power BI report without using an iframe?

0

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-por...

 

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?

1 ACCEPTED SOLUTION
4 REPLIES 4
lbendlin
Super User
Super User

No.  What you can try is recreate /rerender individual visuals. But report pages need iframes.

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.

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.

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors