Forum Discussion
Embedding power BI report in a html page using Azure AD
Hi,
I wanted to embed an power bi report into an basic html page for an POC.I have html page in my local system. The embed report should contain personal bookmarks which created in service. So to enable I have refered the the link: https://learn.microsoft.com/en-us/javascript/api/overview/powerbi/personal-bookmarks . I have created an app in Azure AD and provided delegated permission userState.ReadWrite.All. Could you plese help on how to generate token and embed the report in html.
- Anonymous1 year ago
Hi rpps ,
You can refer the following official documentation to embed Power BI report in website.
Embed a report in a secure portal or website - Power BI | Microsoft Learn
To view the embedded report, you need either a Power BI Pro or Premium Per User (PPU) license. Or, the content needs to be in a workspace that's in a Power BI Premium capacity (EM or P SKU).
In addition, you can refer the following links to generate an Azure AD token and embed the report.
Permission tokens needed to embed a Power BI app - Power BI | Microsoft Learn
Generate an embed token in Power BI embedded analytics - Power BI | Microsoft Learn
Embed content in your Power BI embedded analytics application - Power BI | Microsoft Learn
Best Regards
1 Reply
- AnonymousNot applicable
Hi rpps ,
You can refer the following official documentation to embed Power BI report in website.
Embed a report in a secure portal or website - Power BI | Microsoft Learn
To view the embedded report, you need either a Power BI Pro or Premium Per User (PPU) license. Or, the content needs to be in a workspace that's in a Power BI Premium capacity (EM or P SKU).
In addition, you can refer the following links to generate an Azure AD token and embed the report.
Permission tokens needed to embed a Power BI app - Power BI | Microsoft Learn
Generate an embed token in Power BI embedded analytics - Power BI | Microsoft Learn
Embed content in your Power BI embedded analytics application - Power BI | Microsoft Learn
Best Regards