MOD

MOD is a DAX function that returns the remainder after a number is divided by a specified divisor. Syntax Argument Properties Description Number The number for … Read More

LN

LN is a DAX function that returns the natural logarithm of a number. Syntax Argument Properties Description Number The positive number for which you want the … Read More

LOG

LOG is a DAX function that returns the logarithm of a number to a specified base. Syntax Argument Properties Description Number The positive number for which … Read More

ISO.CEILING

ISO.CEILING is a DAX function that rounds a number up to the nearest integer or multiple of a specified significance. Syntax Argument Properties Description Number The … Read More

LCM

LCM is a DAX function that returns the least common multiple of two integers. Syntax Argument Properties Description Number1 The first number, if value is not … Read More

INT

INT is a DAX function that rounds a number down to the nearest integer. Syntax Argument Properties Description Number The number you want to round down … Read More

GCD

GCD is a DAX function that returns the greatest common divisor of two integers. Syntax Argument Properties Description Number1 The first number, if value is not … Read More

FLOOR

FLOOR is a DAX function that rounds a number down to the nearest multiple of a specified significance. Syntax Argument Properties Description Number The number you … Read More

FACT

FACT is a DAX function that returns the factorial of a number. Syntax Argument Properties Description Number The nonnegative number you want the factorial of. Return … Read More

EXPON.DIST

EXPON.DIST is a DAX function that returns the exponential distribution for modeling the time between events. Syntax Argument Properties Description X The value of the function. … Read More