Forum Discussion
YunJ
Post Prodigy
5 years agoCustomize format to million
Hi, I would like to customized format to million, but I want 0.7M for example rather than .7M as following. Thanks
- 5 years ago
nandukrishnavs
Community Champion
5 years agoAliceW
Power Participant
3 years agoIt also works if you use it in a FORMAT function:
format('Measures Table'[Amount],"#,##0,,.0M")