Overview
The DIVIDE function performs safe division in DAX. Unlike the / operator, it lets you specify an alternate result when the denominator is zero or blank, preventing errors and unwanted BLANK() propagation in visuals.
It is the standard choice for ratio and rate measures—cost per lead, conversion rate, average order value—where empty or zero denominators are common in real data.