> 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/user-guide/7-what-if-simulations/7-1-add-a-simulation-measure.md).

# 7.1 - Add a simulation measure

1. On the **Planning** ribbon, select **Insert Column**, and then select **Simulate**.

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

2. Enter a name for the simulation column.

<figure><img src="/files/34G1uaT3xP89b4AgOb20" alt=""><figcaption></figcaption></figure>

3. In the **Based on measure** dropdown, select the measure to use for the simulation. In this example, the simulation is based on **PY Revenue**.

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

4. In **Variance Formatting Style**, select how variances should be displayed. For example, selecting **Positive** formats positive variances in green and negative variances in red.

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

5. Turn on **Show Slider** to display the simulation slider on the canvas.

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

6. Configure the **Value Range** to define the minimum and maximum simulation percentage. In this example, the range is set from **-100% to +100%**.

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

7. Select **Simulation Value** to choose whether the simulated value is displayed to the left or right of the original value.

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

8. Select **Create**.

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

9. The simulation measure is added to the planning sheet. Select a cell in the inserted column to view the simulation slider.

<figure><img src="/files/uK4VtcyO506LikKr6m1e" 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/user-guide/7-what-if-simulations/7-1-add-a-simulation-measure.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.
