Forum Discussion
Embed Report to an angular web app
- Anonymous2 years ago
Hi BIswajit_Das ,
You can embed a Power BI report in an Angular web application by using the Power BI Angular library. This library allows you to embed various Power BI items, including reports, dashboards, dashboard tiles, report visuals, Q&A, and paginated reports. To get started, you need to import the Power BI Angular library from NPM and add it to your Angular module imports. Then, you can use the `PowerBIEmbedModule` to embed the report in your Angular application. For detailed usage information, please refer this document: How to embed Power BI content in an Angular app | Microsoft Learn
Best regards,
Community Support Team_Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi BIswajit_Das ,
You can embed a Power BI report in an Angular web application by using the Power BI Angular library. This library allows you to embed various Power BI items, including reports, dashboards, dashboard tiles, report visuals, Q&A, and paginated reports. To get started, you need to import the Power BI Angular library from NPM and add it to your Angular module imports. Then, you can use the `PowerBIEmbedModule` to embed the report in your Angular application. For detailed usage information, please refer this document: How to embed Power BI content in an Angular app | Microsoft Learn
Best regards,
Community Support Team_Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.