Skip to main content
Skip table of contents

POWER

Basic Overview

Description

Returns the power of the values, using the first input as the base and the second as the exponent. Both inputs can be numbers as well as nodes.

Syntax

POWER(Node1, Node2)

Parameter

  • Node: Input node, specified using the node name in single quotes (e.g. 'Profit')

  • Base (Node1): The value which will be multiplied by itself

  • Exponent (Node2): The number of times the base will be multiplied by itself

Example

Input A =


Year

Value

2019

2

2020

3

2021

4.5


Input B =


Year

Value

2019

2

2020

2

2021

2


Output POWER('A', 'B') =


Year

Value

2019

4

2020

9

2021

20.25


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.