Forum Discussion
Some thing went wrong when loading embed power bi report using angular in Edge browser
Hi Gokul_B12 ,
Base on your description, it seems like the embedded paginated report can't load successfully in Edge browser. Could you please check and complete the following steps for further troubleshooting?
- Upgrade your Edge browser to the latest one
- Clear cache and cookie of your Edge browser, then check if the embedded paginated report can load
- Provide the error details by clicking the button "See details" in above popup window
- Ensure that the authentication token used to embed the Power BI report is valid and has not expired.
- Confirm that the user has the necessary permissions to view the report.
- Check if it hit any of following considerations and limitations
In addition, the following thread is the one which has the similar problem as yours. Hope it can help you solve the problem.
Solved: Embedding paginated reports error: Unable to rende... - Microsoft Fabric Community
This error usually means that the embed token wasn't generated correctly.If you have a paginated report with a Power BI dataset as a data source you should use V2 embed token (AKA multiresource embed token), which are generated using this API Embed Token - Generate Token - REST API (Power BI Power BI REST APIs) | Microsoft Learn. The request should include the dataset ID and like this example Embed Token - Generate Token - REST API (Power BI Power BI REST APIs) | Microsoft Learn
Best Regards