Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to:
Canvas apps
Cards
Copilot Studio
Desktop flows
Dataverse formula columns
Model-driven apps
Power Platform CLI
Dataverse functions
Power Pages
Returns the remainder of a division.
Description
The Mod function returns the remainder after a number is divided by a divisor.
The result has the same sign as the divisor.
Syntax
Mod( Number, Divisor )
- Number - Required. Number to divide.
- Divisor - Required. Number to divide by.