Power Function (Access custom web app)
Returns the value of the specified expression to the specified power.
Important
Microsoft no longer recommends creating and using Access web apps in SharePoint. As an alternative, consider using Microsoft PowerApps to build no-code business solutions for the web and mobile devices.
Syntax
Power (NumericExpression, Power)
The Power function contains the following arguments.
Argument name | Description |
---|---|
NumericExpression |
A numeric expression. |
Power |
The power to which to raise NumericExpression. |