# Number formatting

## 1. Number Scaling

Let us see how you can handle a dataset of varying granularities & formats using Plan. Go To **Home** > **Quick Format.** Here we have 4 options, let us look at each of them in detail.

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

<p align="center"><sub>Quick Format Options</sub></p>

### a. Uniform scaling

The 'Uniform' option applies one fixed scale to the entire table and moves the scaling unit display to the header. This is useful when all the measures are of comparable magnitude in the same table.

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

<p align="center"><sub>Uniform Scaling</sub></p>

Plan automatically chooses the scaling based on the values. But you can change it if needed. When you expand the Uniform dropdown again, you can see more options from which you can select as needed.

<figure><img src="/files/lPDV50y7ft8fb7q3whzY" alt=""><figcaption><p align="center">Uniform Options Dropdown</p></figcaption></figure>

### b. Measure level scaling

By default, when you assign data to Plan, each measure is formatted using an individual scale. The scaling for each measure is shown in the column header. This is useful to show measures of varying granularities in the same table.

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

<p align="center"><sub>Measure level scaling</sub></p>

### c. Auto scaling

When using the 'Auto' option, each cell is formatted individually. suffixes b, m, and k to denote billions, millions, and thousands. In the image below, you can see the - m which denotes millions.

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

<p align="center"><sub>Auto scaling</sub></p>

### d. Native scaling

If you do not want any fancy formatting and need the numbers just as they are in the source data, select the ‘Native’ option.

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

<p align="center"><sub>Native scaling</sub></p>

## 2. Percentage, prefix/suffix, and decimals

Plan provides options to fine-tune the format at a row, column/measure, or cell level using the icons just below the 'Quick format' dropdown. These options include conversion to % format, attaching prefix/suffix, and increasing/decreasing decimal spaces.

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

<p align="center"><sub>Number formatting options</sub></p>

### a) Percentage <a href="#a-percentage" id="a-percentage"></a>

You can apply percentage number formatting at the cell level, Row Level or Column Level.

To do this, let's select the column or row, or cell the % icon gets enabled. Once you click on the % icon, the values get converted to percentages.

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

<p align="center"><sub>% Number Formatting at Column Level</sub></p>

### b) Prefix/suffix <a href="#b-prefix-suffix" id="b-prefix-suffix"></a>

Using Plan, you can insert prefixes such as currency or suffixes like units.

In the example below, the price is $ per unit. Select the column, row, or cell and click on the highlighted $~~C~~ icon. Enter the prefix and suffix as shown and apply. Now the prefix and suffix are added.

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

<p align="center"><sub>Prefix and Suffix pop-up</sub></p>

Click Apply to see the changes.

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

<p align="center"><sub>$ prefixed and /unit suffixed</sub></p>

### c) Decimals

You can increase or decrease decimal places at a cell/row/column level by selecting the cell/row/column and clicking on the 'Increase decimal' option to increase or 'Decrease decimal' icon to decrease the decimal places.

In the image below, the decimal places of the Unit sold column are decreased, while those of the Revenue column are increased.

<figure><img src="/files/4Nhw0d7VVk3GiKAUIurA" alt=""><figcaption></figcaption></figure>

<p align="center"><sub>The Decimal increase and decimal decrease options are shown.</sub></p>

### 3. Semantic formatting <a href="#id-3.-semantic-formatting" id="id-3.-semantic-formatting"></a>

Plan provides a number of options to customize numbers.

In the 'Settings' tab, click on the 'Appearance' settings. In the 'Numbers' tab, you'll find options such as Semantic formatting, Value display, Sign, and more. In this section, let's talk about semantic formatting.

You can see the positive and negative options on enabling the toggle, as shown below. By default, they are shown in green and red, but they can be customized using the color picker.

<figure><img src="/files/LZml7FkFXXceWFpURksK" alt=""><figcaption><p>Semantic Formatting of Numbers</p></figcaption></figure>

You can also display positive and negative numbers in the formats shown below.

![](/files/rAmrpKlUmML9KOf9N3a8) ![](/files/RAY1aAmA4QeVqBnsSr7T)

<p align="center"><sub>Negative Numbers and Positive Number Formatting Options</sub></p>


---

# 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://docs.fabricplan.com/planning-sheets/how-tos/basic-formatting/number-formatting.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.
