Forum Discussion
Anonymous
7 years agoNot applicable
Why when Numerator is blank does Divide not return the Alternate result?
I thought the key purpose of Divide was to protect against numerator errors and zero division. On my current report I have blanks (BLANK()) as my Numerator and when this is the case Divide retur...
- 7 years ago
Hi Anonymous
You may add +0 in your formula to avoid using IF condition. Measure =
DIVIDE([MyTrue]+0,[myTrue]+[MyFalse])
For example:
Regards,
Cherie
Anonymous
7 years agoNot applicable
That's a great idea
v-cherch-msft
7 years agoMicrosoft Employee
Hi Anonymous
Glad to hear the reply is helpful, please accept the reply as solution, that way, other community members will easily find the solution when they get same issue.
Regards,
Cherie