# 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](#setup-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)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET 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?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
