0

I am trying to integrate powerbi report in my website. But the powerbi-client node module servers the report output in iframe. My requirement is to load the powerbi report in a website page without iframe so that our report will not be served from third party website.

Is there anyway we can achieve it.

2 Answers2

1

No, the embedded Power BI content always will be server from Power BI infrastructure! If you must do this in your network, then you should install Power BI Report Server, which is an on-premise version of Power BI (or use another reporting solution, e.g. SSRS). Licensing Power BI Report Server requires Power BI Premium P SKU or SQL Server Enterprise with software assurance.

Andrey Nikolov
  • 12,967
  • 3
  • 20
  • 32
  • how about PowerBI Embedded? – Dragos Sep 28 '19 at 14:56
  • Power BI Embedded is service running in Azure to run reports in dedicated capacity instead of the shared one. But you still need to publish to Power BI Service. The difference is only that you can assign a dedicated capacity to the workspace where your report is published and get better performance or get rid of some noisy neighbours – Andrey Nikolov Sep 28 '19 at 14:58
1

Power BI Embedded always run inside an iframe. Why do you need to embed a report without an iframe?

Ali Hamud
  • 31
  • 3