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
gfross
Helper I
Helper I

Premium Refresh Limits

I have Power BI Premium. My site has a Dashboard developed using Desktop. In that Dashboard, I have a report that was developed using Report Builder. The backend is a MySQL database. The report executes a stored procedure and runs perfectly fine. However, the dashboard will not update when I open it. I understand that I cannot create a Direct Query with MySQL, but my report will act like a Direct Query when it's executed. How do I get the dashboard to update like the report? Also, does that update considered part of the daily allowance? Do I need to change my backend to something other than MySQL? I really need to have a clear understanding of this because all the forums I've looked at are kinda vague. I really appreciate any advice on how I need to approach this. 

1 ACCEPTED SOLUTION

After going over the article you sent and doing more research, I discovered a solution. I was able to install and use the MariaDB connector to connect to my MySQL database. Thus, allowing me to create a Direct Query into my database. Then I was able to make sure the settings you described above is configured correctly. Thank you Lucien!!

View solution in original post

3 REPLIES 3
v-luwang-msft
Community Support
Community Support

Hi @gfross ,

 Power BI doesn't import the data, you don't need to run a data refresh. However, Power BI still performs tile refreshes and possibly report refreshes, as the next section on refresh types explains. A tile is a report visual pinned to a dashboard, and dashboard tile refreshes happen about every hour so that the tiles show recent results. You can change the schedule in the dataset settings, as in the screenshot below, or force a dashboard update manually by using the Refresh now option.

vluwangmsft_0-1666853329894.png

 

 

refer:

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

 

Best Regards

Lucien

After going over the article you sent and doing more research, I discovered a solution. I was able to install and use the MariaDB connector to connect to my MySQL database. Thus, allowing me to create a Direct Query into my database. Then I was able to make sure the settings you described above is configured correctly. Thank you Lucien!!

Thank you for your response! I do not have Optimize Performance options for my dataset. I do have the Scheduled Refresh options but it does not contain what you're referring to. The only table in my dataset has it's storage mode set to 'Import'. I cannot change the mode to 'Direct Query' or 'Dual' because the database is MySQL. I tried connecting using the MySQL and ODBC datasources. Am I missing something?

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.

Top Solution Authors