> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://help.sigmacomputing.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://help.sigmacomputing.com/_mcp/server.

# Power

Raises a number to the specified power.

## Usage

`Power(number, power)`

**number** (required) The number or column of numbers to raise to the specified power.

**power** (required) The power to raise the number to.

## Examples

`Power(2, 0)`

* ‍Returns 1

`Power(2, 3)`

* Returns 8

`Power(2, -1)`

* Returns 0.5