Real time power bi dashboard update without refreshing the browser

0 votes
I was able to create dataset and add rows to the table using power bi Rest API methods via apiary. My dashboard is only updated with the data after refreshing the browser. I need it to be refreshed in real time with manual browser refreshing?
Sep 28, 2018 in Power BI by lina
• 8,220 points
2,007 views

1 answer to this question.

0 votes

The only solution possible by code - afaik - is the refresh pulling with JavaScript's setTimeout().

E.g., to refresh every 60 seconds:

setTimeout(function () {
   var iframe = document.getElementById('yourIFrameId');
   var url = iframe.src;
   iframe.src = url;
}, 60 * 1000);
answered Sep 28, 2018 by Kalgi
• 52,350 points

Related Questions In Power BI

0 votes
1 answer

Why are my Power BI reports taking a long time to refresh, even though the source data has only changed slightly?

Long Power BI refresh times, even due ...READ MORE

answered Dec 18, 2024 in Power BI by anonymous
• 2,840 points

edited Mar 6 170 views
0 votes
1 answer

What are the best practices for handling many-to-many relationships in Power BI without affecting performance?

Bridge Tables: Create a bridge table to ...READ MORE

answered Dec 30, 2024 in Power BI by Vani
• 3,440 points

edited Mar 6 154 views
0 votes
0 answers

What’s the best way to create dynamic date range filters in Power BI without writing complex DAX code?

What’s the best way to create dynamic ...READ MORE

Nov 6, 2024 in Power BI by Evanjalin
• 19,330 points
250 views
0 votes
1 answer

Displaying Table Schema using Power BI with Azure IoT Hub

Answering your first question, Event Hubs are ...READ MORE

answered Aug 1, 2018 in IoT (Internet of Things) by nirvana
• 3,130 points
1,526 views
+1 vote
1 answer

Unable to install connector for Power Bi and PostgreSQL

I think the problem is not at ...READ MORE

answered Aug 22, 2018 in Power BI by nirvana
• 3,130 points
2,870 views
+2 votes
2 answers

Migrate power bi collection to power bi embedded

I agree with Kalgi, this method is ...READ MORE

answered Oct 11, 2018 in Power BI by Hannah
• 18,520 points
1,654 views
+1 vote
1 answer

Connect power bi desktop to dataset and create custom reports

Open power bi report nd sign in ...READ MORE

answered Oct 10, 2023 in Power BI by Monika kale

edited Mar 5 1,802 views
0 votes
1 answer

​Embed Power BI dashboard tile and make it auto update

This feature is not currently available with ...READ MORE

answered Sep 28, 2018 in Power BI by Kalgi
• 52,350 points
1,879 views
0 votes
1 answer

Can I create a Power BI report in Office 365 without my locally installed Office Excel?

Yess!! You can achieve this by using ...READ MORE

answered Sep 26, 2018 in Power BI by Kalgi
• 52,350 points
988 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP