Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Why should you use DIVIDE(A, B, 0) instead of A/B in DAX?
A function behavior that would be correct only if filter context were removed, which is not the condition defined in this question
DIVIDE handles division by zero gracefully by returning the alternate result
DIVIDE automatically rounds the result, although it sounds technically credible, it does not align with how DAX functions propagate context in this scenario.
The / operator doesn't work in DAX, however, this wording confuses row context, filter context, or evaluation timing and therefore misses the exact DAX behavior being tested.
DIVIDE is faster than the / operator, although it sounds technically credible, it does not align with how DAX functions propagate context in this scenario.
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!