This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
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.
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |