Додати до Chrome
✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
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.
Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!