blob: 7c35ac0e662eee716367c70cc1ceb82be360a5c5 [file] [view]
---
layout: docs
title: Tableau 9
categories: tutorial
permalink: /docs/tutorial/tableau_91.html
---
Tableau 9.x has been released a while, there are many users are asking about support this version with Apache Kylin. With updated Kylin ODBC Driver, now user could interactive with Kylin service through Tableau 9.x.
### Install Kylin ODBC Driver
Refer to this guide: [Kylin ODBC Driver Tutorial](./odbc.html).
Please make sure to download and install Kylin ODBC Driver __v1.5__. If you already installed ODBC Driver in your system, please uninstall it first.
### Connect to Kylin Server
Connect Using Driver: Start Tableau 9.1 desktop, click `Other Database(ODBC)` in the left panel and choose KylinODBCDriver in the pop-up window.
![](/images/tutorial/odbc/tableau_91/1.png)
Provide your Sever location, credentials and project. Clicking `Connect` button, you can get the list of projects that you have permission to access, see details at [Kylin Cube Permission Grant Tutorial](./acl.html).
![](/images/tutorial/odbc/tableau_91/2.png)
### Mapping Data Model
In left panel, select `defaultCatalog` as Database, click `Search` button in Table search box, and all tables get listed. With drag and drop to the right region, tables will become data source. Make sure JOINs are configured correctly.
![](/images/tutorial/odbc/tableau_91/3.png)
### Connect Live
There are two types of `Connection`, choose the `Live` option to make sure using Connect Live mode.
![](/images/tutorial/odbc/tableau_91/4.png)
### Custom SQL
To use customized SQL, click `New Custom SQL` in left panel and type SQL statement in pop-up dialog.
![](/images/tutorial/odbc/tableau_91/5.png)
### Visualization
Now you can start to enjoy analyzing with Tableau 9.1.
![](/images/tutorial/odbc/tableau_91/6.png)
### Publish to Tableau Server
If you want to publish local dashboard to a Tableau Server, just expand `Server` menu and select `Publish Workbook`.
![](/images/tutorial/odbc/tableau_91/7.png)
### More
- You can refer to [Kylin and Tableau Tutorial](./tableau.html) for more detail.
- Here is a good tutorial written by Alberto Ramon Portoles (a.ramonportoles@gmail.com): [KylinWithTableau](https://github.com/albertoRamon/Kylin/tree/master/KylinWithTableau)