> For the complete documentation index, see [llms.txt](https://docs.infotopics.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.infotopics.com/supertables/getting-started/quick-start-guide/setting-up-supertables-in-a-dashboard.md).

# Setting Up SuperTables In a Dashboard

Let's setup SuperTables in Dashboard. Let's get started!

## 1. Prepare a Worksheet

Create a worksheet containing the data for SuperTables. We will be using the Superstore dataset for this guide.

1. **Create a New Worksheet:** For example, Name it 'ST Worksheet'.
2. **Add Data:** Drag all columns from the left pane into the 'Detail' marks card.

<figure><img src="/files/xqfjpQbXBS8Y5IIbDyv5" alt=""><figcaption></figcaption></figure>

## 2. Prepare a Dashboard

Integrate the worksheet into a new dashboard.

1. **Create a New Dashboard:** Name it 'SuperTables'.
2. **Add the Worksheet:** Drag and drop the 'ST Worksheet' into the dashboard.
3. **Hide the Worksheet:** This ensures the worksheet is available without being visible.
   1. Make the worksheet floating.
   2. Set the X and Y positions to 1 and the W and H sizes to 1 under the 'Layout' pane to keep it invisible.

## 3. Add SuperTables to Your Dashboard

Add the SuperTables Extension.

1. **Add Extension Object:** Drag the Extensions Object from the Dashboard pane into the dashboard

<figure><img src="/files/DmDzNtR529HLUq9ViPQM" alt="" width="375"><figcaption></figcaption></figure>

1. **Import SuperTables:**
   * If you have a TREX file:
     * Click on 'Access Local Extensions'
     * Navigate to the TREX file and select the TREX file.
   * Alternatively:
     * Search for SuperTables in the Tableau Exchange
     * &#x20;Click add to the dashboard.
2. **Authorize Extension**: Click ‘OK’ to allow the extension to run in your dashboard.

## 4. Configure SuperTables

Set up SuperTables for your data.

1. **Open Configuration**: Click the bright pink configuration button on the landing page.
2. **Select Worksheet**: The ‘ST Worksheet’ should be selected by default, displaying all its dimensions and measures. If you have multiple worksheets on the dashboard, select the desired one from the ‘Datasheet’ dropdown on the top left.
3. **Apply Settings**: Hit ‘Apply & Close’ to view your data in SuperTables.

:tada:Congratulations! :tada: You have successfully added and configured SuperTables in your Tableau dashboard.&#x20;

Now, explore all the[ powerful features](broken://pages/YZjxbGJatqlek9xQdeJR) SuperTables offers.

For more information on configuring SuperTables, check out the detailed [Configuration Screen documentation](/supertables/configuration/configuration-screen.md).


---

# 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.infotopics.com/supertables/getting-started/quick-start-guide/setting-up-supertables-in-a-dashboard.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.
