Forum Discussion
Embedding a PowerBI App in a web page?
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?
Has this been solved? I am in serious need of being able to embed the organizational app into our site via an iframe. Regarding the comment above about leveraging the REST API, what specifically needs to be extracted for it to be used in an iframe?
- collinq3 years ago
Super User
Hey OFOMC , paulmadison , JamesDBartlett3 ,
If you are trying to do the entire App, into a website, it appears that using iFrame is going to be the only way.
This site talks about embedding the app (particularly the "for your organization" section):
Power BI embedded analytics overview - Power BI | Microsoft Learn
Power Apps appears that you could do it. This URL explains: Embed PowerApps in Power BI dashboards or your website | Microsoft Power Apps
- JamesDBartlett33 years ago
Advocate II
Yes, that's precisely what we're asking for. The trouble is, none of the instructions indicate HOW to do it.
- OFOMC3 years agoFrequent Visitor
And I would add:
This site talks about embedding the app (particularly the "for your organization" section):
Power BI embedded analytics overview - Power BI | Microsoft Learn
This is not embedding via iframe. This is integrating the REST / OAUTH framework into your application. Which we can do (had planned to) just were wanting a quick and dirty to get us going immediately.
And this:
Power Apps appears that you could do it. This URL explains: Embed PowerApps in Power BI dashboards or your website | Microsoft Power Apps
Is specifically for Power Apps. I have not tested it, but because the url for that iframe includes Power.Apps as the destination, I am uncertain a PBI app would render unless PBI is creating a Power App behind the scenes when you create an Organizational App for your workspace.
So, all suggestions still leave you unable to just embed the workspace app as an iframe. At this time, I do not think this is possible, but hopefully MS PBI will add it down the road.