Forum Discussion
Embedding a PowerBI App in a web page?
What are the options for embedding a published app from our Power BI workspace?
Is it possible to use iframe to embed it in a web page?
15 Replies
- v-kelly-msft
Community Support
Hi paulmadison ,
Here are three ways to embed from power bi:
1.publish to web
Here is the reference:https://docs.microsoft.com/en-us/power-bi/collaborate-share/service-publish-to-web
2.Rest APIs
Here is the reference:https://docs.microsoft.com/en-us/power-bi/developer/embedded/embedding
https://docs.microsoft.com/en-us/power-bi/developer/embedded/embed-sample-for-customers
3.Embeded
Here is the reference:https://docs.microsoft.com/en-us/power-bi/collaborate-share/service-embed-secure
With the above 3 ways,you can all use iframe.
Best Regards,
KellyDid I answer your question? Mark my post as a solution! - collinq
Super User
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.
- VincentLaiFrequent 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.
- collinq
Super User
- maltamarFrequent Visitor
Has anybody found a workaround for this?
I'm currently struggling to get this done, need to share a Power BI Organizational App to my company websiteThanks.
- TomMartens
Super User
Hey maltamar ,
you can not embed a Power BI App. It's only possible to embed reports, or a single visual from a report page.
Maybe this site helps to see what you can achieve: https://playground.powerbi.com/en-us/
Regards,
Tom