Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in BI by (11.1k points)
I want to deploy Power Bi dashboards on Big Screen and dont need to refresh them everytime,How can I do that?

1 Answer

0 votes
by (22.5k points)

Use the following formates:

For HTML:

<meta http-equiv="refresh" content="1800; URL=http://www.yourdomain.com/yoursite.html">

For JavaScripts:

setTimeout(function(){
   window.location.reload(1); 

}, 1800000); 

If u want to know more about the course then check the Power Bi Certification   

Related questions

0 votes
1 answer
0 votes
1 answer
asked Feb 15, 2021 in BI by Chris (11.1k points)
0 votes
1 answer
0 votes
1 answer

Browse Categories

...