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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply

Automati Refresh

Hi,

I'm working on reports that read data from a MySQL database (Which is updating every minute). My reports also need to be real time, so I'm looking for a way whereby the desktop can refresh data and adjust the reports automatically and publishes the upto date report on the powerbi service.

Is this achievable? If so, Kindly advise how can I go about it.

Thanks.

1 ACCEPTED SOLUTION
v-deddai1-msft
Community Support
Community Support

Hi @Kaskazi_Network ,

 

Mysql doesn't support direct query mode, so you can't use automatic page refresh for it.

 

You can create streaming dataset in Power BI Service and use Rest API to push data from MySQL database to streaming dataset. This way, you can get real time data from MySQL database .  Please refer to the similar post: https://community.powerbi.com/t5/Developer/Real-time-connection-to-MySQL-database/td-p/206136

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Best Regards,

Dedmon Dai

View solution in original post

5 REPLIES 5
v-deddai1-msft
Community Support
Community Support

Hi @Kaskazi_Network ,

 

Mysql doesn't support direct query mode, so you can't use automatic page refresh for it.

 

You can create streaming dataset in Power BI Service and use Rest API to push data from MySQL database to streaming dataset. This way, you can get real time data from MySQL database .  Please refer to the similar post: https://community.powerbi.com/t5/Developer/Real-time-connection-to-MySQL-database/td-p/206136

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Best Regards,

Dedmon Dai

amitchandak
Super User
Super User

@Kaskazi_Network , It supported for direct query mode. And I doubt mysql is supported for direct query

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
negi007
Community Champion
Community Champion

@Kaskazi_Network  I suggest you to go through below links to get better understanding on the data refresh.

 

https://docs.microsoft.com/en-us/power-bi/connect-data/refresh-data

 

https://docs.microsoft.com/en-us/power-bi/report-server/configure-scheduled-refresh

 

https://docs.microsoft.com/en-us/power-bi/connect-data/refresh-desktop-file-local-drive




Did I answer your question? Mark my post as a solution!
Appreciate your Kudos



Proud to be a Super User!


Follow me on linkedin

Anonymous
Not applicable

Hi, 

when you connect to your data source, select "Direct query mode" instead of "Import mode". This will create a dynamic link to your data source. 

The transformations in PowerQuery are reduced, and you will not see the data in the data model. But you can use the data as you´re used to to create visuals. 

There´s no need for refreshes anymore, and you can even set a periodic page refresh (on the report page itself) to pull most recent data into the visual.

Alexander

If this solves your problem, please accept as solution.  

Mariusz
Community Champion
Community Champion

Hi @Kaskazi_Network 

 

Please refer to the below.

https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-automatic-page-refresh

Best Regards,
Mariusz

If this post helps, then please consider Accepting it as the solution.

Please feel free to connect with me.
LinkedIn

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors