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
1,880 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
0 votes
1 answer

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

To efficiently manage many-to-many relationships in Power ...READ MORE

answered Nov 6 in Power BI by pooja
• 4,690 points
31 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 in Power BI by Evanjalin
• 5,530 points
65 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,310 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,722 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,492 views
+1 vote
1 answer

Connect power bi desktop to dataset and create custom reports

Yes using Power BI REST API to ...READ MORE

answered Sep 18, 2018 in Power BI by Kalgi
• 52,350 points
1,646 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,762 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
901 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