diff --git a/docs/en/integrations/data-visualization/powerbi-and-clickhouse.md b/docs/en/integrations/data-visualization/powerbi-and-clickhouse.md index a0c3bd97d06..96dd2bd1d18 100644 --- a/docs/en/integrations/data-visualization/powerbi-and-clickhouse.md +++ b/docs/en/integrations/data-visualization/powerbi-and-clickhouse.md @@ -30,6 +30,9 @@ This tutorial will guide you through the process of: This tutorial assumes you have Microsoft Power BI Desktop installed on your Windows machine. You can download and install Power BI Desktop [here](https://www.microsoft.com/en-us/download/details.aspx?id=58494) +We recommend updating to the latest available version as the ClickHouse Connector is available in Power BI +versions >= `2.137.751.0` + ### Gather your ClickHouse connection details You'll need the following details for connecting to your ClickHouse instance: @@ -44,18 +47,26 @@ You'll need the following details for connecting to your ClickHouse instance: To get started with querying data in Power BI Desktop, you'll need to complete the following steps: 1. Install the ClickHouse ODBC Driver -2. Install the ClickHouse Power BI Connector +2. Find the ClickHouse Connector +3. Connect to ClickHouse +4. Query and Visualize you data ### Install the ODBC Driver -Download the most recent ClickHouse ODBC release from [here](https://github.com/ClickHouse/clickhouse-odbc/releases). +Download the most recent [ClickHouse ODBC release](https://github.com/ClickHouse/clickhouse-odbc/releases). + + Execute the supplied `.msi` installer and follow the wizard. -Optional "debug symbols" are not required, so you could keep everything default. + Installing the ODBC driver
+:::note +`Debug symbols` are optional and not required +::: + #### Verify ODBC Driver When the driver installation is completed, you can verify the installation was successful by: @@ -72,7 +83,11 @@ Verify the ClickHouse Driver is listed. 'background-color': 'transparent'}}/>
-### Install ClickHouse Connector +### Find the ClickHouse Connector + +:::note +Available in version `2.137.751.0` of Power BI Desktop +::: On the Power BI Desktop start screen, click "Get Data".