# POWER

The *POW* function returns the result of a number raised to a specified power. It calculates the value obtained by multiplying the number by itself the specified number of times. This function is commonly used in mathematical, financial, and scientific calculations involving exponential growth, scaling, and compound calculations.

#### Syntax

```javascript
POW(value, power)
```

#### Arguments

* `value`: The base number or node reference.
* `power`: The exponent to which the value is raised.

#### Return value

Returns the result of the value raised to the specified power.

#### Example

```javascript
POW(Planned Units, 2)
```

In this example, the *Squared Planned Units* measure is created using the POW function, which raises the values in *Planned Units* to the power of 2.

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

#### Excel equivalent

[POWER](https://support.microsoft.com/en-us/office/power-function-d3f2908b-56f4-4c3f-895a-07fb519c362a)


---

# 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/formula-syntax/math-functions/power.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.
