# Configure a table

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

In order to configure a table you can click on one. Tables can be in error, when they do so, they are marked in red and a cross mark appears next to the table name. When hovering on the cross mark you can then view the reason of the error and correct it.

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

## Automatic measure creation

When creating a table for a new exploration or when adding related data we prompt you the choice of adding a raw table (without any metrics or dimension) and you can create your own metrics and dimensions, or we will create them for you.&#x20;

In the case where we create the metrics and dimensions for the newly created table, we will create for each column of type Numeric and is not called `id` or does not ends with `_id` create an `average` and a `sum` metric of the column, we will also create a `count` metric for the whole table. For all the other columns we will create a dimension. If your dataset has more than 200 columns we will throw an error.


---

# 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://docs.whaly.io/data-management/explorations/tables/configure-a-table.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.
