---
title: "Use the POWER Function to Raise Numbers to a Power"
slug: "power-function"
description: "Learn to master the POWER function in Pigment to raise a number to a specified power and optimize your data analysis."
updated: 2025-05-30T09:40:59Z
published: 2025-08-22T10:57:28Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://kb.pigment.com/llms.txt
> Use this file to discover all available pages before exploring further.

# POWER function

## Description

Raises the given Number raised to a power.

## Syntax

`POWER(Number, Power)`

## Arguments

| Argument | Type | Dimensions | Description |
| --- | --- | --- | --- |
| *Number* (required) | Number | Any Dimensions | Number to power. |
| *Power* (required) | Number | No Dimension or Dimensions of argument *Number* | Power to raise to. |

## Returns

| Type | Dimensions |
| --- | --- |
| Number | Dimensions of argument *Number* |

## Examples

| Formula | Result | Description |
| --- | --- | --- |
| `POWER(2, 5)` | 32 | 2 to the power of 5 is 32. |
| `POWER(33, 0)` | 1 | 33 to the power of 0 is 1. |

## See also

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

Related articles: [SQRT](/v1/docs/sqrt-function)

> [!TIP]
> More of a hands-on learner?
> 
> Talk to your Customer Success Manager about downloading the Functions and Modifiers in Pigment Application into your workspace. It includes examples of every formula and modifier in Pigment!

<style> p[data-block-id] {font-size:1rem;} ul li p[data-block-id] {margin-bottom: 0;} ul[data-type="taskList"] li div p[data-block-id] {margin-bottom: 0;} ol li p[data-block-id] {margin-bottom: 0;} table tbody th p[data-block-id] { margin-bottom: 0;} blockquote p[data-block-id] {margin-bottom: 0 !important;} &nbsp;p[data-block-id]:empty::after {content: "\00A0";} </style>
