> For the complete documentation index, see [llms.txt](https://docs.fabricplan.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fabricplan.com/documentation/plan/powertable-sheets/concepts/layouts.md).

# Layouts

After setting up your database and importing data into PowerTable, you can use different layout views to analyze, organize, and interact with your data. Each layout presents the same data in a format optimized for a specific type of work, helping you gain insights, track progress, and manage records more effectively.

PowerTable supports the following layouts:

<table><thead><tr><th width="130">Layout</th><th>Description</th></tr></thead><tbody><tr><td><strong>Table</strong></td><td>View, edit, and manage records in a spreadsheet-style grid.</td></tr><tr><td><strong>Hierarchy</strong></td><td>Organize and analyze records in a parent-child hierarchy.</td></tr><tr><td><strong>Crosstab</strong></td><td>Summarize and analyze data across rows and columns using grouped dimensions and aggregated values.</td></tr><tr><td><strong>Gantt</strong></td><td>Visualize project timelines, tasks, milestones, and dependencies.</td></tr><tr><td><strong>Resource</strong></td><td>Analyze resource allocation, workloads, and schedules across projects and tasks.</td></tr><tr><td><strong>Calendar</strong></td><td>Display records on a calendar to track schedules, events, deadlines, and milestones.</td></tr><tr><td><strong>Kanban</strong></td><td>Organize and track work items using customizable workflow stages displayed as cards on a board.</td></tr></tbody></table>

Each view provides a different perspective on your data, allowing you to switch between detailed record management, summarized analysis, project planning, scheduling, and workflow tracking as needed.

### Table

Table is the default view in PowerTable, where data is displayed in a table or spreadsheet-style format with rows and columns. You can return to the table view from any other view by selecting **Layout > Table**.

![](/files/551b31ff0743a2dd87a4242a79db415a2cf4eee9)

### Gantt

Gantt provides a timeline-based visualization of your task and project data. If your table contains activities or tasks with start and end dates, you can use Gantt view to track schedules, progress, and project timelines.

In addition to displaying task durations, Gantt view supports hierarchical task structures, allowing you to organize tasks and subtasks. It also helps you track progress, milestones, and task dependencies in a single view.

![](/files/63b1ca02f1183f980115a2a4a8b978654d09e66a)

To know more about what a Gantt chart is and how to set up Gantt charts in PowerTable, see [Gantt view](/documentation/plan/powertable-sheets/how-tos/layout-views-summary/gantt-chart-view.md).

### Resource

**Resource** view organizes tasks by assigned resources, so you can review workloads and schedules for each resource. Tasks are grouped by assignee and displayed along with their corresponding start and end dates. This view presents a consolidated view of each resource's workload and schedule.

To know how to configure and customize the properties of the resource view, see Resource view.

[This section](/documentation/plan/powertable-sheets/how-tos/layout-views-summary/resource-view.md) explains editing the resource view properties.

### Hierarchy

As the name implies, this view displays your data in the form of various hierarchical levels.

A hierarchical view is possible for data with a parent-child or nested structure, such as an organizational chart, a product catalog, or a classification system. This view can be enabled when a data table contains fields to represent a self-referential relationship (such as a one-to-many relationship in which one data point refers to another within the same table).

{% stepper %}
{% step %}

#### Click on **Layout > Hierarchy.**

![](/files/69c3704b5283525d7f1878ed343eaf9a08e8ce3d)
{% endstep %}

{% step %}

#### The **Hierarchy Layout Configuration** box opens.

Here, you can configure the primary key column and hierarchy column.

![](/files/b50d1a5b3d7f4666629c16a29af2cd300884b84f)
{% endstep %}

{% step %}

#### Select the 'Display Column'.

![](/files/9c384be6489af63f447693b046e48963cbb221fe)
{% endstep %}
{% endstepper %}

More information on configuring the hierarchy view is available [here](/documentation/plan/powertable-sheets/how-tos/layout-views-summary/hierarchy-layout.md).

The data is shown in the hierarchy view as follows:

![](/files/68b06f1a32f0c5cd0f72d4637e07e3b23d3b079a)

Hierarchy View

### Related content

Layout views


---

# 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.fabricplan.com/documentation/plan/powertable-sheets/concepts/layouts.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.
