Skip to content

exasol/powerbi-exasol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Power BI - Exasol Connector

The Exasol Microsoft Power BI Connector enables you to connect from Power BI Desktop to Exasol in Direct Query mode (classical import mode is supported as well).

The Exasol Microsoft Power BI Connector is a Certified Custom Connector now and is also shipped with Power BI desktop and the on premise data gateway. The powerbi-exasol repository will contain the latest release which might contain modifications not yet included in the stable version.

Prerequisites

Official Updates

❗ The Power BI Release 2.66.5376.1681 64-bit (February 2019) contains all recent fixes of the EXASOL connector regarding unicode.

❗ A new version of the Exasol connector is scheduled for bundled release with PowerBI. This new version of the connector comes bundled with the September 2021 release of Power BI Desktop scheduled the week of 9/13. The main new feature is DSN support. For a brief overview on how to use DSNs see the user guide.

Usage

  1. Choose Get Data -> Database -> Exasol

alt text

  1. Enter the Exasol connection string and choose Direct Query

alt text

  1. Enter credentials

alt text

  1. Select tables

alt text

  1. Review relational model, it's recommended to have foreign keys set in the database so Power BI can autodetect the relations

alt text

  1. Build fast dashboards on billions of rows in Exasol

alt text

Using DSNs and Kerberos authentication

Please see the user guide

How To use the Exasol Power BI Connector with the On-premises data gateway

The Exasol connector was tested successfully with the On-premises data gateway version 3000.8.452 (August 2019) and also supports Direct Query.

❗ As the Exasol Connector is now shipped with the On-premises data gateway it is not necessary to install the Exasol.mez from this repository in the Custom Connectors folder of the Gateway. Actually the data gateway only works with the shipped connector from Microsoft. If you upgrade from older version versions of the On-Premises data gateway please delete the Exasol.mez from the custom connectors folder and restart the gateway service.

Also make sure you install the latest Exasol ODBC driver and Visual C++ Redistributable on the machine/VM where you install the data gateway, just as you would when you intend to use the connector for Power BI Desktop, for more information see section Prerequisites.

Custom queries

Although we could not get this functionality certified and bundled in our connector because of possible security risks it might pose (warning!) we also provide a custom connector that allows you to use custom queries (import mode only), please see the user guide.

Additional information