> 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/4-enter-plans-and-budgets/4.2-create-plans-with-formulas.md).

# 4.2 - Create plans with formulas

Learn how to create formula columns, use intellisense, and configure calculations in a planning sheet.

1. In the **Planning** ribbon, go to **Insert Column > Formula**.
2. Enter *Plan* as the name for the formula measure.
3. Select **Visual Measure** or **Visual Column**.
4. Select **Number** as the data type.

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

5. Select the formula field and use the **References** tab to insert references to measures or dimensions.

<figure><img src="/files/3bXfgMpubzDDiqVm3UaM" alt=""><figcaption></figcaption></figure>

6. Open the **Functions** tab to use built-in functions in the formula.

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

7. Use IntelliSense to insert references or built-in functions.

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

8. This example shows a basic formula to calculate plan values at 7% above the previous year's revenue values for the same period.

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

9. Select **Sum** as the column aggregation type.

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

10. Select **Formula** as the row aggregation type.

<figure><img src="/files/1yxQYzsp1AMUlB2L3q1V" alt=""><figcaption></figcaption></figure>

11. The formula measure is inserted.

<figure><img src="/files/QqW5uWopTTOUpKFXZh3d" 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/4-enter-plans-and-budgets/4.2-create-plans-with-formulas.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.
