Forum Discussion
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 FORMAT function changes the value to text which is not what I want. Is this customization possible in Power BI? Thanks for your help.
- Anonymous5 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
3 Replies
- parry2k
Super User
keerajvel whatever visual you are using to show the measure, make sure on the format pane, display unit is selected to None
✨ Follow us on LinkedIn
Check my latest blog post Comparing Selected Client With Other Top N Clients | PeryTUS I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!
⚡ Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.⚡
- keerajvelNew Member
Is there no other way to fix this?
- AnonymousNot applicable