Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
Hello,
I need to get some data from a MySql Database hosted in a cloud Azure.
Since the database cannot be exposed over the internet, I need to log in with my Microsoft account that has the reading permission on the database (i cannot provide the host name, the username and the password).
I see this is possibile for PostgreSQL and SQL database but i dont't find the option for MySQL.
Does someone know a way to do this?
Thank you,
Solved! Go to Solution.
Hi @dgualandris ,
In PowerBI, connecting to MySql requires an additional connector and the input of corresponding credential information, and its biggest limitation is that it can only be accessed through the power BI desktop.
But to connect to sql database in Azure, you only need to create the database correctly in Azure and enter the server name in the desktop to connect.
You can refer to related documents:
Connecting MySQL to Power BI: A Comprehensive Guide (hevodata.com)
Power BI Get Data: From Azure SQL Database - RADACAD
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @dgualandris ,
In PowerBI, connecting to MySql requires an additional connector and the input of corresponding credential information, and its biggest limitation is that it can only be accessed through the power BI desktop.
But to connect to sql database in Azure, you only need to create the database correctly in Azure and enter the server name in the desktop to connect.
You can refer to related documents:
Connecting MySQL to Power BI: A Comprehensive Guide (hevodata.com)
Power BI Get Data: From Azure SQL Database - RADACAD
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.