Forum Discussion
Embedding a PowerBI App in a web page?
Hi paulmadison,
The most common way to embed a report is that you can publish a report to be embedded. To do this, your Power BI instance needs to have this set up for permissions. Then, you get the embed code and then you can embed it either on the internet for the world or locally on your intranet or into a SharePoint Online portal.
For an example of this, look at https://epmstrategy.com/power-bi-demonstration/power-bi-embedded-example/ where we have embedded a report for the world.
To embed a Power BI APP, you have to go through some other steps, like grabbing the embedURL and use a REST API to extract the embedURL and then you can use that link.
As for the second question, I know for sure that you can use iFrame to embed a report if you are using Power BI Report Server. If you use the REST API I think that you can use the iFrame to consume the URL as well.
- VincentLai3 years agoFrequent Visitor
Hi Colinq,
I found your comment is meaningful to me, as i required to "To embed a Power BI APP " . It would be great if you can share us more information regarding to this.
Currently i have succesfully to work out the Power BI Embeded for report but now i required to embed a Power BI App.
- collinq3 years ago
Super User
- JamesDBartlett33 years ago
Advocate II
The question isn't how to embed a Power BI report, but how to embed a Power BI organizational app. It recently became possible to embed a Power BI organizational app in Teams. The question is, how can we do exactly that, but in a web page instead of Teams?