# Defining Unit Variance by Dimension

## Overview

When you use [**Dimensions**](/dimensions/introduction-to-dimensions.md) in a [**Variable**](/variables/variable-basics.md), you may need to specify how each part of the Variable's [**Unit**](/units/introduction-to-units.md) varies.

> For example, in the screenshot below, our Variable has two (repeated) Dimensions replied: 1) Widget Supplier that a customer is moving **from**, and 2) Widget Supplier that a customer is moving **to**.
>
> In this case, the numerator (top) of the Unit refers to the "To" supplier, and the denominator (bottom) refers to the "From" supplier.

The user indicates how the unit parts should vary by using the toggle controls highlighted. This means that Models can correctly infer how to create the Units for [**Assumptions** ](/assumptions/introduction-to-assumptions.md)and how to correctly reference Variables in [**Calculations**](/calculations/introduction-to-calculations.md).

<figure><img src="/files/kvryG6lWPxC0bDYuYFWX" alt="Screenshot showing the Unit step of the Variable wizard, with two &#x22;Widget Supplier&#x22; dimensions applied"><figcaption><p>Selecting Unit Variance with Dimensions</p></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://help.taglo.io/dimensions/defining-unit-variance-by-dimension.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
