> 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/planning-sheets/how-tos/forecast-data-to-predict-future-trends/allocate-deficits-to-meet-targets.md).

# Allocate deficits to meet targets

After a forecast is defined, actuals may fall below the forecast. The shortfall between the forecasted and actual values is called the deficit.

If the forecast represents a committed target (quarter/year), a shortfall in early periods needs to be recovered later to still meet the target total.

* Without distribution, the total forecast drifts downward unless someone manually adjusts later periods.
* With distribution, Plan shifts the shortfall to remaining periods so the overall target remains consistent.

### Distribute deficits

1. Select a forecast cell, then select **Distribute Deficit**.

{% hint style="info" %}
Distribute a deficit to the total cell to adjust the overall total, or distribute it to child cells to spread the adjustment across lower-level forecasts.
{% endhint %}

2. Select the measure to compare the forecast against. The deficit is automatically calculated and displayed.

<figure><img src="/files/77rh5IrLNoIm4WnnIT31" alt=""><figcaption></figcaption></figure>

3. If you have multiple forecast measures in your report, select the forecast measure to distribute the deficit.
4. Select the calendar icon, then select the periods to distribute the deficit across.

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

5. Select the **Distribution Method**: distribute the deficit equally or by the weights of the forecast.
6. Select **Run** to distribute the deficit across the selected periods.

<figure><img src="/files/hHN7iZgxsLjjL6k499DF" 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/planning-sheets/how-tos/forecast-data-to-predict-future-trends/allocate-deficits-to-meet-targets.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.
