QUOTIENT

QUOTIENT Performs division and returns only the integer portion of the division result. Use this function when you want to discard the remainder of division.


Syntax

QUOTIENT(numerator, denominator)

Parameters

Numerator – The dividend, or number to divide.

Denominator – The divisor, or number to divide by.

Return Value

A whole number.


Reference Data

https://docs.microsoft.com/en-us/dax/dax-function-reference

DAX Functions / Math and Trig Functions / QUOTIENT