# POW

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

### Syntax

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

### Arguments

value – The base number, it can be a number or node (Required).

power – The exponent to which the value is raised (Required).

### Example

```javascript
POW(COLUMN1, 3)
```

In the example below, the *Pow Values* measure is created using the **POW** function, which raises the values in *MEASURE 2* to the power of 3.

<figure><img src="/files/p4rn4eWggthHWfX79wAJ" alt=""><figcaption><p>Applying POW Function</p></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.inforiver.com/formula-syntax/math-functions/pow.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.
