MLaa
MLaa

Reputation: 63

Display power bi report on my desktop application

I'm a beginner in Power BI and I need to know if it's possible to integrate Power BI reports into a desktop application or web site.

Upvotes: 1

Views: 389

Answers (2)

Lukasz P.
Lukasz P.

Reputation: 2229

The best solution is to use our javascript API to embed the report in your application. https://powerbi.microsoft.com/en-us/documentation/powerbi-developer-integrate-a-power-bi-tile-or-report/

Upvotes: 1

Joel Cochran
Joel Cochran

Reputation: 7728

Power BI has a new feature called Publish to Web. This will create a link you can embed in an IFRAME on your website. If your desktop app has a Web control, then I assume you could use the link there as well.

Upvotes: 0

Related Questions