microsoft/powerbi-client-react

How to keep embedded dashboard up-to-date?

aron51 opened this issue · 3 comments

I have an application that allows users to embed a Power BI dashboard. I've noticed that some changes, such as moving tiles, are automatically reflected in the embedded dashboard, but others, like removing a tile, are not. Is there a method to ensure the embedded dashboard stays in sync with the Power BI version, including all changes?

Thank you!

Use reload() API and it reloads the embed using the existing configuration.

Refer to powerbi-client-dashboard-reload.

Thanks. Is there any documentation somewhere about what is synced automatically, without calling reload? Like the thing I mentioned, moving around tiles are reflected without a reload