# Connect with Tableau Server

You can use Tableau Server to connect your SingleStore cluster and explore your data.

Supported versions:

| Tableau Server         | [v2022.3.1](https://www.tableau.com/support/releases/server/2022.3.1)           |
| ---------------------- | ------------------------------------------------------------------------------- |
| SingleStoreODBC Driver | [v1.1.1+](https://github.com/memsql/singlestore-odbc-connector/releases/latest) |

You can also use the MySQL ODBC Driver v8.0.30 to connect to SingleStore from Tableau Server.

To connect with Tableau Server, perform the following tasks:

1. [Install](https://help.tableau.com/current/server/en-us/install.htm) the latest supported version of [Tableau Server](https://www.tableau.com/support/releases/server).

2. [Download](https://github.com/memsql/singlestore-odbc-connector/releases/tag/v1.1.1) and install the latest version of the SingleStore ODBC Driver from its GitHub repository. See [The SingleStore ODBC Driver](https://docs.singlestore.com/db/v9.1/developer-resources/connect-with-application-development-tools/connect-with-odbc/the-singlestore-odbc-driver.md) for more information.

   You can also download the driver by following the instructions on the Tableau [Driver Download](https://www.tableau.com/support/drivers) page. To find the driver, select **SingleStore** as the Data Source, **Linux** as the Operating System, and **64-bit** as the Bit Version from the respective drop-down lists.
   > **📝 Note**: You must specify `Unicode` or `ANSI` in the driver name configuration. If the driver mode (Unicode/ANSI) is not specified in the driver name configuration, Tableau Server may not be able to detect/identify the SingleStore ODBC driver.The name should be: **SingleStore ODBC Unicode Driver** or **SingleStore ODBC ANSI Driver**.

3. If you are using Linux, perform the following tasks:

   * Move the `libssodbcw.so` file to the `/usr/lib/` directory.
   * Update the driver path in the `/etc/odbcinst.ini` file to `Driver=/usr/lib/libssodbcw.so`.

4. Open/refresh the Tableau Service Manager page, and select **New > Published Data Source**.

5. On the **Connect to Data** dialog, under the **Connectors** tab, select **SingleStore**.

   ![](https://images.contentstack.io/v3/assets/bltac01ee6daa3a1e14/bltaa8952c165c27799/6a2c429ca36d0ae923b8212b/connect_Tableau_Server-VG1MVP.png)

6. On the **SingleStore** dialog, enter the following details:

   * The IP address or the hostname of your cluster.
   * Port (default is `3306`).
   * The SingleStore username and password.

7. Select **Sign In**.

Once the connection is set up and you are successfully connected, you can plug into your SingleStore data using Tableau Server.

***

Modified at: September 26, 2025

Source: [/db/v9.1/query-data/connect-with-analytics-and-bi-tools/connect-with-tableau/connect-with-tableau-server/](https://docs.singlestore.com/db/v9.1/query-data/connect-with-analytics-and-bi-tools/connect-with-tableau/connect-with-tableau-server/)

(An index of the documentation is available at /llms.txt)
