Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi everyone,
I’m facing an issue with my Power BI data model hosted on the Power BI Service. The model connects to two data sources:
1. A MySQL instance hosted in Google Cloud via a direct connection (no ODBC).
2. A different MySQL database, also hosted in Google Cloud, accessed through an ODBC connector.
I’m using an on-premises data gateway to manage these connections.
When I attempt to refresh the data model on the Power BI Service, the refresh process completes without any errors, but no new data is added to the model. However, when I download the .pbix file and refresh it locally using the Power BI Desktop app on my PC, the new data appears as expected.
Interestingly, the MySQL database connected via the ODBC connector does refresh properly on the Power BI Service, and new data is reflected in the model. The issue seems isolated to the MySQL connection that does not use the ODBC connector.
Additionally, I’ve tried connecting directly to Google Analytics 4 using the Power BI connector, without any interim data storage (so bypassing the MySQL), and encountered a same problem: no new data on service is added after the refresh, and no errors are shown. For desktop app it works
Has anyone else encountered this issue or have any suggestions on how to resolve it? Any insights would be greatly appreciated!
Thanks in advance!
Solved! Go to Solution.
Go through your Power Query code again and check for any filters that you may have forgotten about.
Also - create a new PBIX that only queries a single table on the MySQL server "directly" (hate to break it to you but that is also a -hidden- SIMBA ODBC driver). Then change that table and see if the change comes through.
Thank you
Go through your Power Query code again and check for any filters that you may have forgotten about.
Also - create a new PBIX that only queries a single table on the MySQL server "directly" (hate to break it to you but that is also a -hidden- SIMBA ODBC driver). Then change that table and see if the change comes through.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!