Forum Discussion
How to embed PBIRS report in react js (locally)?
I have created a local Power Bi Report Server and uploaded my reported (created using Power Bi Deskop) to it. I can view the report on the portal but I want to integrate it into my React Js application. All the tutorials I have gone through use app.powerbi.com which I dont want (I want to create a local/LAN environment). Is there any way to achieve this?
- Anonymous3 years ago
Hi danialahmed ,
Please try embed a Power BI Report Server report using an iFrame, For any Power BI Report Server report URL, add the following query string parameter to embed your report in a SharePoint iFrame:
?rs:embed=true.For more details, you can read related document:Embed a Power BI Report Server report using an iFrame in SharePoint Server - Power BI | 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.
1 Reply
- AnonymousNot applicable
Hi danialahmed ,
Please try embed a Power BI Report Server report using an iFrame, For any Power BI Report Server report URL, add the following query string parameter to embed your report in a SharePoint iFrame:
?rs:embed=true.For more details, you can read related document:Embed a Power BI Report Server report using an iFrame in SharePoint Server - Power BI | 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.