> For the complete documentation index, see [llms.txt](https://enterprise-docs.datacamp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://enterprise-docs.datacamp.com/integrating-our-data-into-your-tools-via-data-connector-2.0/using-data-connector-2.0/integrating-with-your-bi-tools/tableau.md).

# Tableau

DataCamp Data Connector makes it easy to analyze your data in Tableau. All you need to do is set up a connection using the Tableau Athena Connector and configure it using configure it using the [credentials](/integrating-our-data-into-your-tools-via-data-connector-2.0/getting-started-with-data-connector-2.0/your-credentials.md) you can retrieve in the Groups tab.

Complete these two steps to view your learning data in Power BI.

1. [Install the ODBC driver](#install-the-odbc-driver)
2. [Set up the Athena connector in Tableau](#set-up-the-athena-connector-in-tableau)

### Install the ODBC driver

Download and install the Tableau Amazon Athena driver. You can download the official driver from the Tableau website: <https://www.tableau.com/support/drivers>

{% hint style="warning" %}
If you are having trouble getting the driver installed as described on the Tableau website, try placing the `.jar` file in the `~Users/{yourusername}/Library/Tableau/Drivers` where `{yourusername}` is the name of your profile on your workstation.
{% endhint %}

### Set up the Athena connector in Tableau

**Step 1:** Quit and re-open Tableau

**Step 2:** Set up the connection in Tableau

{% hint style="info" %}
First, make sure you have collected your [credentials](/integrating-our-data-into-your-tools-via-data-connector-2.0/getting-started-with-data-connector-2.0/your-credentials.md).
{% endhint %}

Under **Connect**, select **Amazon Athena** and enter the following data:

1. Server name: `athena.us-east-1.amazonaws.com`
2. Port: `443`
3. S3 Staging directory: `s3://{bucketname}/tmp-tableau` → *replace* `{bucketname}` *with the **S3 Bucket Name** from your* [*credentials*](/integrating-our-data-into-your-tools-via-data-connector-2.0/getting-started-with-data-connector-2.0/your-credentials.md)
4. AWS access Key ID: the **AWS Access Key ID** from your [credentials](/integrating-our-data-into-your-tools-via-data-connector-2.0/getting-started-with-data-connector-2.0/your-credentials.md)
5. AWS secret access key: the **AWS Secret Access Key** from your [credentials](/integrating-our-data-into-your-tools-via-data-connector-2.0/getting-started-with-data-connector-2.0/your-credentials.md)

You can leave the **Initial SQL** tab untouched

![](/files/M5yJXXcn5MpLpejdnipD)

Click the **Sign in** button

## Resources

* [Official Tableau website](https://www.tableau.com/)
* [Official Tableau Athena Connector support page](https://help.tableau.com/current/pro/desktop/en-us/examples_amazonathena.htm)
