Skip to content

Commit 54a9d05

Browse files
committed
docs(dwh): add data warehouse powerBI connection
1 parent 198ff21 commit 54a9d05

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

pages/data-warehouse/how-to/connect-bi-tools.mdx

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -137,37 +137,37 @@ Your user can now access the specified database using the credentials you just d
137137

138138
<Tabs id="power-bi-connection">
139139
<TabsTab label="PowerBI Desktop">
140-
0. Make sure you installed [PowerBI Desktop](https://www.microsoft.com/en-us/download/details.aspx?id=58494/), and [MySQL Connector/NET](https://dev.mysql.com/downloads/connector/net/).
140+
1. Make sure you installed [PowerBI Desktop](https://www.microsoft.com/en-us/download/details.aspx?id=58494/), and [MySQL Connector/NET](https://dev.mysql.com/downloads/connector/net/).
141141

142-
1. Open PowerBI Desktop.
142+
2. Open PowerBI Desktop.
143143

144-
2. Click **Get Data** from the top ribbon, then select **More...** at the bottom of the drop-down menu. A pop-up displays.
144+
3. Click **Get Data** from the top ribbon, then select **More...** at the bottom of the drop-down menu. A pop-up displays.
145145

146-
3. Select the **Database** category, select **MySQL database** in the list, then click **Connect**. A connection pop-up displays.
146+
4. Select the **Database** category, select **MySQL database** in the list, then click **Connect**. A connection pop-up displays.
147147

148-
4. Enter the values below, then click **OK**.
148+
5. Enter the values below, then click **OK**.
149149
- **Server**: `<YOUR_DEPLOYMENT_ID>.dtwh.<REGION>.scw.cloud`
150150
- **Database**: the name of the database to import
151151

152152
A credentials pop-up displays.
153153

154-
5. Select **Database** from the left menu, enter the values below, then click **Connect**.
154+
6. Select **Database** from the left menu, enter the values below, then click **Connect**.
155155
- **User name**: your dedicated MySQL user [previously created](#creating-a-dedicated-mysql-user)
156156
- **Password**: the password you set at deployment creation
157157

158158
The **Navigator** pop-up displays, showing the different schemas and tables contained in your Data Warehouse for ClickHouse® deployment.
159159

160-
6. Select the desired tables, then **Load** to import data, or **Transform Data** to start working with your dataset.
160+
7. Select the desired tables, then **Load** to import data, or **Transform Data** to start working with your dataset.
161161
</TabsTab>
162162
<TabsTab label="PowerBI Service (Online)">
163163

164-
0. Access [PowerBI Service](https://app.powerbi.com).
164+
1. Access [PowerBI Service](https://app.powerbi.com).
165165

166-
1. From the PowerBI Service interface, click the **+ New** button from the toolbar. A list of data sources displays.
166+
2. From the PowerBI Service interface, click the **+ New** button from the toolbar. A list of data sources displays.
167167

168-
2. Select **MySQL Database** from the list. A connection wizard displays.
168+
3. Select **MySQL Database** from the list. A connection wizard displays.
169169

170-
3. Enter the following values.
170+
4. Enter the following values.
171171
- **Server**: `<YOUR_DEPLOYMENT_ID>.dtwh.<REGION>.scw.cloud`
172172
- **Database**: the name of the database to import (`default` if you did not create additional databases in your deployment)
173173
- **Connection**: `<YOUR_DEPLOYMENT_ID>.dtwh.<REGION>.scw.cloud`
@@ -176,7 +176,7 @@ Your user can now access the specified database using the credentials you just d
176176
- Username: your dedicated MySQL user [previously created](#creating-a-dedicated-mysql-user))
177177
- Password: The plain text password assigned to your MySQL user
178178
- Privacy level: `None`
179-
4. Click **Next**. The **Power Query** interface displays, allowing you to use the `MySQL.Database` function from this interface.
179+
5. Click **Next**. The **Power Query** interface displays, allowing you to use the `MySQL.Database` function from this interface.
180180
</TabsTab>
181181
</Tabs>
182182

0 commit comments

Comments
 (0)