Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
mpsrshl
Advocate II
Advocate II

Javascript code to refresh tiles inside dashboard only?

Hey there,

 

Does anyone have some javascript code I can use in the way of a bookmark to make my dashboard's tiles refresh every 60 seconds? 

 

This dashboard is set up as direct query. 

 

I copied one that didn't work perhaps because it was intended for Power Bi Service tiles instead of on Premise. 

 

Thanks! 

 

 

 

2 REPLIES 2
mpsrshl
Advocate II
Advocate II

Hi there,

 

thanks! after much digging on the web I found a script that works. I set it as a bookmark on the browser and save the url of it as this: 

 

javascript:function refreshPowerBI() {this.frames[0].postMessage({ kind: "powerbi.reportServerHost.IToolbarActionMessage", button: "refresh" }, "https://[your instance]/:443")} if (window.autoRefreshInterval) { clearInterval(window.autoRefreshInterval); };window.autoRefreshInterval = setInterval(refreshPowerBI, 30 * 1000)

 

 

I hope it helps other users.

 

 

v-luwang-msft
Community Support
Community Support

Hi  @mpsrshl ,

As it relates to development, I did not find a relevant article, you can refer to the following link and check if it is helpful to you:

https://community.powerbi.com/t5/Service/DirectQuery-Auto-Refresh-Dashboard-Every-60-Seconds/m-p/850... 

 

Best Regards

Lucien

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.