Forum Discussion
MySQL: This connector requires one or more additional components to be installed before
- 11 months ago
deinstall 9.4.0 and install 8.0.28
Likely causes and a quick fix:
-
You’re using the Microsoft Store (MSIX) build. Some DB connectors (incl. MySQL) can fail there. Install the standard MSI (x64) Power BI Desktop from powerbi.microsoft.com, not the Store version.
-
Connector version mismatch. Power BI’s “MySQL database” connector targets MySQL Connector/NET 8.0 (x64). Connector/NET 9.x often isn’t recognized. Uninstall 9.x, install 8.0.x (x64), then reboot.
-
Bitness mismatch. Ensure Power BI Desktop is 64-bit and the MySQL driver is 64-bit.
If you can’t change Desktop, use the ODBC route:
• Install “MySQL ODBC 8.0 Unicode Driver” (x64).
• In Power BI, use Get Data > ODBC and pick the DSN (or “Advanced options” with a connection string).
After changing drivers, fully restart Power BI (or Windows).
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!