Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Dashboard/Report Refresh (after navigation)

Hi,   Currently we have dashboard (technically report) which takes 10-15 seconds to refresh. In the same Dashboard we have navigation to another page (tab) from Main Page. After navigating to anoth...
  • v-xicai's avatar
    6 years ago

    Hi Anonymous ,

     

    To make dashboard tiles refresh, we need to have the dataset refreshed firstly. You can set schedule refresh for the dataset or manually refresh, see: https://docs.microsoft.com/en-us/power-bi/refresh-scheduled-refresh

     

    After the dataset is refreshed, the dashboard tiles will be refreshed within 15 minutes. You can also force tile refresh by selecting Refresh dashboard tiles.

    Dashboard refresh duration increases with the number of tiles. The tile refresh overhead can be significant. By default, Power BI maintains a single cache for every tile, but if you use dynamic security to restrict data access based on user roles, as covered in the article row-level security (RLS) with Power BI, then Power BI must maintain a cache for every role and every tile. The number of tile caches multiplies by the number of roles.

     

    You can learn more: https://docs.microsoft.com/en-us/power-bi/refresh-data#tile-refresh .

     

    Best Regards,

    Amy

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

  • Anonymous's avatar
    Anonymous
    6 years ago

    Thank you so much for response.