Syntax
DIVIDE(<numerator>, <denominator> [,<alternateresult>])
Tutorial with example
Let’s go through DIVIDE() function available in DAX!
The DIVIDE function performs divisions and returns alternate result or BLANK() on division by 0.It is faster than the simple division operator.

Download example file:
Not available.
Remarks
Alternate result on divide by 0 must be a constant
Was this helpful?
Leave a Reply