Skip to content Skip to sidebar Skip to footer

Embed A Power Bi Report In React Js To Get Report Instance

I am trying to embed a Power BI report in React JS and I would like to embed the report and get the report instance to work further with it. I am using Power BI react extension in

Solution 1:

You may try the new powerbi-client-react library for embedding PowerBI entities in React applications

The "getEmbeddedComponent" prop returns the instance of embedded PowerBI report

Post a Comment for "Embed A Power Bi Report In React Js To Get Report Instance"