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.

SyntaxPOWER(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

20192
20203
20214.5

Input B =

Year

Value

20192
20202
20212

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

Year

Value

20194
20209
202120.25