Esc

Start typing to search.

Improvado
Sign In

Excel Visualization tool

Updated on Feb 5, 2025

What is Excel?

Microsoft Excel is a spreadsheet editor developed by Microsoft.

Credentials and Connection Details

You need the following information for connection:

                                                                                                       
Connection parameterCredentials
userimprovado_{customer_id}_db
port443
hostdb-access.improvado.io
databaseimprovado_{customer_id}_{db_id}

Connection Guide

  1. Download and install the latest version of ODBC driver for Clickhouse from Clickhouse GitHub (you can find latest version of ClickHouse ODBC driver here).
  2. Run ODBC Data Sources tool and configure connection with ClickHouse. If you downloaded the 64-bit Clickhouse driver previously, then you need to open ODBC Data Sources (64-bit).

IMPORTANT: Make sure that Clickhouse drivers are available (use the Unicode one).

  1. Create a new System DSN, using the ClickHouse ODBC Driver (Unicode)
  1. Fill in your credentials (if you work with large tables you might need to increase the default Timeout from 30s to 60-300s depending on the size of your table) and click Ok to save the new System DSN connection.
__wf_reserved_inherit
  1. Run ExcelData tabGet DataFrom Other Sources → select From ODBC → Select the Data Source Name created on the previous step.
__wf_reserved_inherit
__wf_reserved_inherit
  1. Select Default or Custom option and click Connect.
__wf_reserved_inherit

You will see the list of available databases and tables associated with them.

__wf_reserved_inherit

IMPORTANT: be sure to use tables with the _all_data suffix in your reports.

__wf_reserved_inherit

How to query ODBC data in Excel

  1. To query data in Excel, select any table in the Navigator after connecting ODBC and click Load to:
__wf_reserved_inherit
  1. In the next dialog window, let's for now just create a connection to the selected table by clicking Only Create Connection:
__wf_reserved_inherit
  1. This will create a new Query for selected table:
__wf_reserved_inherit
  1. To edit a query, double-click on necessary item in Queries & Connections. This will open Power Query Editor for selected query:
__wf_reserved_inherit
  1. Here, you can click on Advanced Editor to write a custom query using Excel's PowerQuery syntax:
__wf_reserved_inherit
  1. Write a query to get necessary data for analysis and then click Done and Close & Load to save a query:
__wf_reserved_inherit
  1. The only thing left to do here is to actually add the data from the query to the spreadsheet. Right-click on the query and select Load to:
__wf_reserved_inherit
  1. Select Table option and select a cell where the result data will be located. Then click OK.
__wf_reserved_inherit
  1. Now you should see the result of your query directly in the spreadsheet:
__wf_reserved_inherit
  1. And like with any spreadsheet data, you now can create charts to visualize your data:
__wf_reserved_inherit

Was this article helpful?