Skip to content

Commit 0abc1f4

Browse files
committed
feat(dwh): update
1 parent c87698a commit 0abc1f4

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

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

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,30 @@ Refer to the official [ClickHouse®](https://clickhouse.com/docs/integrations/me
112112

113113
Power BI Desktop is a robust data visualization tool that allows users to create dynamic reports and dashboards from various data sources.
114114

115+
<Message type="note">
116+
ODBC connection between PowerBI and Data Warehouse for ClickHouse® is currently not supported.
117+
</Message>
118+
119+
1. Open PowerBI Desktop.
120+
121+
2. Click **Get Data** from the top ribbon, then select **More...** at the bottom of the drop-down menu. A pop-up displays.
122+
123+
3. Select the **Database** category, select **MySQL database** in the list, then click **Connect**. A connection pop-up displays.
124+
125+
4. Enter the values below, then click **OK**.
126+
- **Server**: `<YOUR_DEPLOYMENT_ID>.dtwh.<REGION>.scw.cloud`
127+
- **Database**: the name of the database to import
128+
129+
A credentials pop-up displays.
130+
131+
5. Select **Database** from the left menu, enter the values below, then click **Connect**.
132+
- **User name**: your deployment admin user (`scwadmin` by default)
133+
- **Password**: the password you set at deployment creation
134+
135+
The **Navigator** pop-up displays, showing the different schemas and tables contained in your Data Warehouse for ClickHouse® deployment.
136+
137+
6. select the desired tables, then **Load** to import data, or **Transform Data** to start working with your dataset.
138+
139+
Your Data Warehouse for ClickHouse® is now integrated into your PowerBI platform.
140+
115141
Refer to the official [ClickHouse®](https://clickhouse.com/docs/integrations/powerbi) and [PowerBI](https://learn.microsoft.com/en-us/power-query/connectors/clickhouse) documentation portals for more information.

0 commit comments

Comments
 (0)