Forum Discussion
Power BI Report Server Embedding
- 9 months ago
If you want to embed a RS pbi report to a web site or browswer like plugin, use the suggestion from Nabha-Ahmed.
For futher information about embedding, you can see my post here.
I think MS should build a document to describe the available parameters when embedding RS PBI to iframe, escpecially for RS.
Hi Maverik91
The Power BI JavaScript API is not fully supported for reports hosted on Power BI Report Server (on‑premises). edureka.co
What to do instead:
Use an iframe to embed the report in your app, e.g.:
<iframe src="https://your‑report‑server/reports/powerbi/YourReport?rs:Embed=true" width="…" height="…"></iframe>
Ensure your on‑premises authentication (Windows Auth / Kerberos) is configured so users are SSO’ed through.
If you require advanced interactivity (JavaScript events, filters, bookmarks) that the JS API provides, consider using the cloud version Power BI Service or a hybrid approach.
Hope that helps clear things up.