Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello Everyone,
I am trying to embed a Power BI report in a 'react application'.
I have created the react app, post that using visual studio code, update the package details with Embed URl, Access Token and report ID.
Also I have created a service principle account and security group, added that service principle in the security group, then the security group as been added to the tenant settings for Embed and as well added in the workspace with Member access.
However, I Power BI report tab is opening in react app but it's not loading the page and throwing some error as 'it cannot be displayed and if you face the issue again please contact the support team'.
Could you please assist me on the steps how to embed a PBI report in react?
Note: I followed this youtube video to achieve this scenario.
Hi @Arioli_Chezhian ,
I recommend checking out this link(https://www.mindbowser.com/power-bi-api-react-integration/), as it provides a comprehensive guide on integrating Power BI with React applications. The tutorial covers the necessary steps and includes code examples that can greatly assist you in your implementation.
Best Regards,
Bof
Hello Everyone,
I am trying to embed a Power BI report in a 'react application'.
I have created the react app, post that using visual studio code, update the package details with Embed URl, Access Token and report ID.
Also I have created a service principle account and security group, added that service principle in the security group, then the security group as been added to the tenant settings for Embed and as well added in the workspace with Member access.
However, I Power BI report tab is opening in react app but it's not loading the page and throwing some error as 'it cannot be displayed and if you face the issue again please contact the support team'.
Could you please assist me on the steps how to embed a PBI report in react?
Note: I followed this youtube video to achieve this scenario.