> For the complete documentation index, see [llms.txt](https://docs.coupler.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coupler.io/sources/category/files-and-tables/tableau/data-overview.md).

# Data Overview

## What data can you export from Tableau?

When you connect a Tableau view or dashboard to Coupler.io, the platform exports the underlying data — not the visualization itself. This means you get the raw rows and columns that power your dashboard, with all dimensions and measures intact.

## Available data

Your Tableau export includes:

| Element               | Description                                                                                                    |
| --------------------- | -------------------------------------------------------------------------------------------------------------- |
| **Dimensions**        | Categorical data like dates, regions, product names, customer segments, or any text/string fields in your view |
| **Measures**          | Numerical data like sales, revenue, counts, averages, or any aggregated metrics                                |
| **Filters applied**   | Any filters visible in the Tableau view are respected in the export                                            |
| **Calculated fields** | Custom calculations you've built in Tableau are included in the export                                         |

## Common uses by role

{% tabs %}
{% tab title="Marketing" %}
Export campaign performance dashboards from Tableau to Google Sheets for weekly reporting. Combine Tableau data with other sources using **Append** (multiple campaigns) or **Join** (to match campaign IDs with spend data from your ad platform) for a unified view of ROI.
{% endtab %}

{% tab title="Finance & Accounting" %}
Automate P\&L, budget variance, and cash flow dashboards from Tableau to BigQuery or Excel for financial consolidation. Use **Aggregate** to roll up regional or department-level data for board reporting.
{% endtab %}

{% tab title="Sales Operations" %}
Pull pipeline, forecast, and closed-deals data from your Tableau sales dashboard into Google Sheets for real-time Slack notifications or AI analysis. Send to Claude or ChatGPT to automatically summarize deal trends.
{% endtab %}

{% tab title="Data Analysts" %}
Export Tableau views to data warehouses like BigQuery for further transformation or modeling. Use **Join** to combine Tableau exports with raw source tables for deeper analysis.
{% endtab %}
{% endtabs %}

## Platform-specific notes

* **Single sheet limitation** — Only the alphabetically first sheet in a multi-sheet dashboard is exported. Rename sheets if needed so the one you want exports first.
* **API-driven exports** — Coupler.io uses the Tableau API, so you're getting clean, structured data — not screenshot or pixel-based exports.
* **Permissions matter** — You need at least **Viewer** access in Tableau. If you can't see the view in Tableau, the export will fail.
* **Private servers** — If your Tableau Server is behind a firewall, ask our support team about IP whitelisting.
* **Filters and parameters** — Filters applied *within* the Tableau view are included. URL-based parameters may vary; test your data flow to confirm.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.coupler.io/sources/category/files-and-tables/tableau/data-overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
