Forum Discussion
ykaja
2 years agoFrequent Visitor
Custom formatting shows empty parenthesis
A measure is defined as difference of two columns. Custom formatting is defined as #,##;(#,##);"0" . This is mainly to display negative numbers in brackets. For difference of 0, it shows empty br...
- 2 years ago
Can you try adding ROUND ( ... , 0 ) around the measure you're applying the custom format to? If that fixes the issue, then your problem very likely is that they are small negative values (possibly floating point errors), not actual zeros.
- 2 years ago
Thank you AlexisOlson. ROUND function fixed this issue.
AlexisOlson
2 years agoSuper User
Can you try adding ROUND ( ... , 0 ) around the measure you're applying the custom format to? If that fixes the issue, then your problem very likely is that they are small negative values (possibly floating point errors), not actual zeros.
ykaja
2 years agoFrequent Visitor
Thank you AlexisOlson. ROUND function fixed this issue.