Number.Mod

 

This topic applies to the Power Query Formula Language which can be used with Power Query and Power BI Desktop to build queries that mashup data. See the list of function categories.

Divides two numbers and returns the remainder of the resulting number.

Number.Mod(number as nullable number, divisor as nullable number, optional precision as nullable number) as nullable number 

ArgumentDescription
numberDividend or numerator.
divisorDivisor or denominator.
Number.Mod(83, 9) equals 2  

Show: