> 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/intelligence-sheets/how-tos/get-started-with-reporting.md).

# Get started with reporting

Create reports that present data in the format best suited to your audience. Use table visuals to display data as flat tables, matrix visuals to analyze data across rows and columns, and embed planning sheets and PowerTable sheets to include detailed planning and operational data directly in your reports.

### Display tabular and hierarchical data

Tables and matrices display detailed data in rows and columns, making it easy to review, compare, and analyze individual records. Add tables and matrix visuals to display granular data alongside visualizations and KPIs.

1. Select **Matrix** from the **Visualizations** pane and assign row and column dimensions to create matrix tables. Matrix visuals support hierarchical dimensions in rows and columns. The toolbar includes four ribbons:

* Use the **Matrix** ribbon to change layouts, insert charts, format numbers, apply templates, configure filter context, and select columns to display.
* In the **Format** ribbon, you can apply a high level of customization to the matrix.
* Use the **Data** ribbon to sort, filter, rank, define translations, and insert custom rows and columns.
* Configure writeback and persist your reports to a Fabric SQL database from the **Writeback** ribbon.

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

2. Select the **Table** visual and assign row dimensions to create flat tables. Use the **Table**, **Format**, **Data**, and **Writeback** ribbons for the same operations applied in the matrix visual.

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

### Embed planning and PowerTable sheets

Build reports from data entered in your Planning and PowerTable sheets for integrated insights.

{% hint style="info" %}
Planning or PowerTable sheets must be created within the same plan to use them in Intelligence sheets.
{% endhint %}

* To insert a PowerTable sheet, select **PowerTable** from the **Visualizations** pane. Select the sheet to import.

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

To insert a planning sheet, select **Planning** from the **Visualizations** pane. Select the sheet to import. To know more about visualizing plans in real-time, see [Visualize simulations, budgets, and forecasts](/documentation/plan/intelligence-sheets/how-tos/visualize-simulations-budgets-and-forecasts.md).

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


---

# 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/intelligence-sheets/how-tos/get-started-with-reporting.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.
