# Table

To learn more about table charts and how to create one, please view this [video](https://youtu.be/_gcUzzUkOPA?si=5ZIMACVEHhgTas7d).

Table charts display raw data in rows and columns.

| Features                                                                     | Quantity | Notes                                                     |
| ---------------------------------------------------------------------------- | -------- | --------------------------------------------------------- |
| Required [Dimensions](/v8.3.0/immerse/measures-and-dimensions.md#dimensions) | 0+       | No dimensions required, unlimited number of dimensions.   |
| Required [Measures](/v8.3.0/immerse/measures-and-dimensions.md#measures)     | 0+       | No limit. Strings must be dictionary encoded (countable). |

You can display individual data rows, or use grouping or aggregation. There is no limit for dimensions or measures on Table charts. You can view more aggregated measures in a table chart than most other chart types.

You can also use custom measure formats for the value in your chart. See [Customizing Measure and Date Formats](/v8.3.0/immerse/measures-and-dimensions.md#customize-formats).

## Table Chart Examples

Create a new Table chart. Choose a **Data Source**. This example uses the official database of [UFO sightings](https://github.com/planetsig/ufo-reports/tree/master/csv-data). You can create a Table chart using only measures, to display all sightings individually. Here, display of null values is selected.

![](/files/kREmH6Ugh2YP3uLPpiiu)

You can also use Table charts to group information by a dimension, similar to other chart types. For example, add the *shape* dimension, and you can display the average duration in seconds for UFOs of that shape. In a grouped chart, you can sort on any column in ascending or descending order. You can format the measures you use to make them easier to scan.

![](/files/6ao9CsmlqfqFXCb4t6IK)

On a dashboard, you can click a dimension in a separate chart to show detailed records for that dimension in a Table chart.

![](/files/jjDhETIiREvnbcdkYQWU)


---

# 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.heavy.ai/v8.3.0/immerse/immerse-chart-types/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.
