Forum Discussion

poojithap's avatar
poojithap
New Member
1 year ago
Solved

PBI Embedded

I'm embedding Power BI reports into a React/Node.js application using service principal authentication. While the embedding generally works, I'm observing a noticeable 'buffering' or loading time bef...
  • Anonymous's avatar
    Anonymous
    1 year ago

    Hi poojithap

     

    Thank you for reaching out to the Microsoft Fabric Forum Community.

     

    Slow loading times for embedded Power BI reports are typically due to complex report designs, frequent token generation, and frontend rendering delays. To enhance performance, cache both the Azure access token and the embed token on the backend instead of generating them each time. Simplify report visuals, avoid heavy DAX or unused filters, and delay frontend rendering until the embed token and URL are ready.

     

    Best regards,
    Prasanna Kumar