简体   繁体   中英

How to embed a report from Power BI?

How to embed a report from Power BI Report Server into an Angular application? Found only one article that says it's impossible, but the article was written a long time ago - https://community.powerbi.com/t5/Developer/Can-you-embed-reports-from-Power-BI-Report-Server/td-p/197779

Add an <iframe> tag, set its source to be the URL of the report and add ?rs:Embed=true to it.

For example:

<iframe width="800" height="600" src="https://myserver/reports/powerbi/Sales?rs:embed=true" frameborder="0" allowFullScreen="true"></iframe>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM