Closed Abhra1992 closed 1 year ago
@Abhra1992 did you get any solution for the same?
We do support bootstrap method in the package which is the best practice. Refer to the Note in below documentation.
Preload is preferred if the powerbi content is on a different page in our web application.
References: How to preload Power BI embedded analytics content | Microsoft Learn
powerbi-client-react
does not currently provide options to utilizepowerbi.preload()
in the phased embedding process. The methodembedEntity()
only supportspowerbi.load()
. What is the recommended way to use the complete phased embedding process -preload()
,load()
andrender()
? Is there a plan to addpreload()
support to this component?References: