ABS function in PowerApps

The ABS function in powerapps provide you the absolute value regardless of psotive number or negative number.It takes any number you give it, whether it's positive or negative, and turns it into a positive number.

Why ABS function is used in powerapps?

Syntax

ABS(Number)

Example

abs(100)

Abs(100)

ABS function

MOD function in PowerApps

In PowerApps, the Mod function is used to find the remainder of a division operation. It helps find what's left over when you divide one number by another.

Syntax

Mod( Number, Divisor )

MOD function

Where does MOD function is helpful in PowerApps?

Examples

MOD function

Mod function