You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/mysql/flexible-server/connect-with-powerbi-desktop.md
+14-4Lines changed: 14 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,9 +27,9 @@ With Power BI Desktop you can visually explore your data through a free-form dra
27
27
2. Right-click **Trusted Root Certification Authorities** and select **Import**.
28
28
3. Follow the prompts in the wizard to import the root certificate (for example, DigiCertGlobalRootCA.crt.pem) and click OK.
29
29
30
-
## Get MySQL server information
30
+
## Connect with Power BI desktop from Azure portal
31
31
32
-
Get the connection information needed to connect to the Azure Database for MySQL Flexible Server. You need the fully qualified server name and sign in credentials.
32
+
You can open your database in Power BI desktop from Azure portal with a few clicks.
33
33
34
34
1. Sign in to the [Azure portal](https://portal.azure.com/).
35
35
2. From the left-hand menu in Azure portal, select **All resources**, and then search for the server you have created (such as **mydemoserver**).
@@ -48,8 +48,18 @@ Get the connection information needed to connect to the Azure Database for MySQL
48
48
49
49
## Connect to MySQL database from Power Query Desktop manually
50
50
51
-
You can connect to Azure database for MySQL Flexible server with Power BI desktop directly. To make the connection, take the following steps:
52
-
51
+
You can connect to Azure database for MySQL Flexible server with Power BI desktop directly. To make the connection, follow the steps below.
52
+
53
+
### Get the MySQL connection information
54
+
55
+
1. Sign in to the [Azure portal](https://portal.azure.com/).
56
+
2. From the left-hand menu in Azure portal, select **All resources**, and then search for the server you have created (such as **mydemoserver**).
57
+
3. Select the server name.
58
+
4. From the server's **Overview** panel, make a note of the **Server name** and **Server admin login name**. If you forget your password, you can also reset the password from this panel.
59
+
5. Go to **Databases** page to find the database you want to connect to. Power BI desktop supports adding a connection to a single database and hence providing a database name is required for importing data.
60
+
61
+
### Connect with MySQL connector in Power BI desktop
62
+
53
63
1. Select the **MySQL database** option in the connector selection.
54
64
55
65
:::image type="content" source="./media/connect-with-powerbi-desktop/add-mysql-connection.png" alt-text="Screenshot of adding a mysql connection in power BI.":::
0 commit comments