Forum Discussion

keerajvel's avatar
keerajvel
New Member
5 years ago
Solved

Custom formatting number measure

I have a measure that returns a value say 24.56k. However, I want the format to be #,##0.00;-#,##0.00. I tried changing the format in the custom field in Model view. That didnt seem to work. The DAX ...
  • Anonymous's avatar
    Anonymous
    5 years ago

    Hi keerajvel ,

    I am afraid that except setting the Display units as None as mentioned by parry2k , there is no other way to ensure that both the format is #,##0.00;-#,##0.00 and the data type is numeric...

    Best Regards