Forum Discussion
SHAKEDALROY
5 years agoHelper I
Negative Numbers
Hi, I'm trying to add a minus sign or Parenthesis to the neagative numbers in a measure on my table visual. Do i need to do it through DAX? beacuse i don't find a way to do it on the report.. ...
LP2803
5 years agoResponsive Resident
- SHAKEDALROY5 years agoHelper I
LP2803 for ex - the second line in the Change From PM column is a negative number but it doesn't show it.
it suppused to be -24,986 or (24,986)
- FarhanAhmed5 years agoCommunity Champion
Make sure that you are not using ABS (Absolute) in meausre
- LP28035 years agoResponsive Resident
I'm unable to produce your issue with my sample data.
But I think this might help
= Format([Measure],"#,##.#0;(#,##.#0)")