Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! Learn more
Hello everyone,
I'm trying to refresh my report screen automatically without any interaction of the user. Is it possible?. I have scheduled a refreshment that takes place every minute but only works clicking the refresh button.
Thanks in advance
Solved! Go to Solution.
Hi, @JIblasco
@lbendlin gives the official solution, that's so great, but it only work on the standard version of PBI, not on-premise PBIRS.
I have a solution, you just need to write a simple javascript code in your browser console and run it, so that the report page can schedule refresh every minute or every second (depending on your need) , you can refer to this article for detail.
setInterval(function(){document.getElementById(<input the id of refresh button>).click(); }, 5000);
Although it works for both Import and Direct Query data sources, if you use the import mode, you still need to set the schedule refresh for the data, since the page refresh is only for cache data of the page instead of the underlying dataset.
Mark this post as solution if this helps, thanks!
Hi, @JIblasco
@lbendlin gives the official solution, that's so great, but it only work on the standard version of PBI, not on-premise PBIRS.
I have a solution, you just need to write a simple javascript code in your browser console and run it, so that the report page can schedule refresh every minute or every second (depending on your need) , you can refer to this article for detail.
setInterval(function(){document.getElementById(<input the id of refresh button>).click(); }, 5000);
Although it works for both Import and Direct Query data sources, if you use the import mode, you still need to set the schedule refresh for the data, since the page refresh is only for cache data of the page instead of the underlying dataset.
Mark this post as solution if this helps, thanks!
Hi @DavisBI ,
Ok, if there is no option to refresh the report, I'll try to refresh the browser.
Thanks!!!!!!
Automatic page refresh in Power BI Desktop - Power BI | Microsoft Docs
Note: Only works for Direct Query data sources.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 1 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |