> 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/visualize-simulations-budgets-and-forecasts.md).

# Visualize simulations, budgets, and forecasts

Plan, forecast, and visualize scenarios on live data sources without duplicating datasets, rebuilding models, or relying on technical teams. By unifying planning, budgeting, and forecasting data with visualizations, you can:

* Compare budgets, actuals, and forecasts
* Quickly identify and adjust variances that require action
* Evaluate multiple what-if scenarios
* Make real-time, strategic adjustments to budgets and forecasts based on visual insights

In this article, you learn how to integrate planning data in intelligence sheets and visualize plans, budgets, and forecasts in real-time.

### Create a planning sheet

1. Create a planning sheet that can contain manual data inputs, simulations, scenarios, and forecasts.

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

2. In a new intelligence sheet, select the **Planning** visual and choose the planning sheet to import data from.

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

The selected planning sheet is imported into the intelligence sheet.

<figure><img src="/files/0hnnZQmCVGuxMV4Kqux4" alt=""><figcaption></figcaption></figure>

### Add visuals

Blend data from multiple sources by combining dimensions and measures from external files, semantic models, planning sheets, and PowerTable sheets into a single analysis.

1. Add a chart (or a visual that consumes the planning data).
2. Measures from planning sheets, such as input values, formulas, simulations, and forecasts, appear under **From Sheets** in the **Data** pane. Drag dimensions and measures from planning sheets and other data sources into the visualization to analyze them together in a single intelligence sheet. In this example, the **Budget Simulation** measure is combined with dimensions and measures from a source file to create a breakdown waterfall chart.

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

3. As you run simulations in the planning sheet, the charts in the intelligence sheet are updated to reflect the changes in real time.

<figure><img src="/files/oxo47MpMLihCJs4Hr0uP" 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/visualize-simulations-budgets-and-forecasts.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.
