From 51e79b46f3cd8adef4289456797b4c0e1731c828 Mon Sep 17 00:00:00 2001 From: Bentsi Leviav Date: Sun, 31 Mar 2024 09:48:41 +0300 Subject: [PATCH] Update README.md Fix connector path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0272aef..fc5fce6 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This connector allows you to retrieve data from ClickHouse directly into Power B ## Installation 1. Download and install the [ClickHouse ODBC driver](https://github.com/ClickHouse/clickhouse-odbc). -1. Create the following directory for the custom connector "Documents\Power BI Desktop\Custom Connectors directory". +1. Create the following directory for the custom connector "Documents\Power BI Desktop\Custom Connectors" directory. 1. Download the latest release of the Power BI Connector for ClickHouse from the [Releases](https://github.com/ClickHouse/power-bi-clickhouse/releases) section and place it in the directory you just created. 1. Enable unsigned connectors loading in File → Options and settings → Options → Security → Data Extensions → Allow any extension to load without warning or validation. 1. Click on "Get Data" and search for "ClickHouseODBCConnector."