> 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/9-scenario-planning/9-3-compare-scenarios.md).

# 9.3 - Compare scenarios

This article explains how to compare scenarios in the planning sheet.

1. On the **Scenario** ribbon, select **Compare**.

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

2. In the comparison dropdown, select the base scenario.

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

3. Select the scenario to compare against.

<figure><img src="/files/9fEK7M8nl3Q5yJ9Y9Tvm" alt=""><figcaption></figcaption></figure>

4. If multiple scenario measures are available, select a specific measure or choose **All measures**.

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

5. The comparison view displays values and variances for the selected scenarios across time periods, including the variance between the compared scenarios.

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

6. To update simulation values in compare view, select a cell and use the slider. Note that values in the variance (delta) columns cannot be simulated.

<figure><img src="/files/37bE309cQTG69iuZN3K6" alt=""><figcaption></figcaption></figure>

7. Select **Exit Compare** to return to scenario view.

<figure><img src="/files/y2jZMxJZs13QmqgQ6hps" 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/9-scenario-planning/9-3-compare-scenarios.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.
