Skip to content

Commit

Permalink
rename install ClickHouse connector to find the ClickHouse connector
Browse files Browse the repository at this point in the history
  • Loading branch information
laeg committed Nov 14, 2024
1 parent 004b2b0 commit ef8cde4
Showing 1 changed file with 34 additions and 4 deletions.
38 changes: 34 additions & 4 deletions docs/en/integrations/data-visualization/powerbi-and-clickhouse.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ 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 Power BI version as the ClickHouse Connector is available in versions >= `2.137.751.0`

### Gather your ClickHouse connection details

You'll need the following details for connecting to your ClickHouse instance:
Expand All @@ -44,18 +46,37 @@ 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
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).


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.



<img src={require('./images/powerbi_odbc_install.png').default} class="image" alt="Installing the ODBC driver" style={{width:
'50%', 'background-color': 'transparent'}}/>
<br/>

:::note
`Debug symbols` are optional and not required
:::

:::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:
Expand All @@ -72,7 +93,16 @@ Verify the ClickHouse Driver is listed.
'background-color': 'transparent'}}/>
<br/>

### Install ClickHouse Connector
### Find the ClickHouse Connector

:::note
Available in version `2.137.751.0` of Power BI Desktop
:::
### 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".

Expand Down

0 comments on commit ef8cde4

Please sign in to comment.