Forum Discussion
YunJ
5 years agoPost Prodigy
Customize 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
5 years agoCommunity Champion
- Anonymous3 years agoNot applicable
Any idea about the format string for europen standard representation? example: 100.000,00
- AliceW3 years agoPower Participant
It also works if you use it in a FORMAT function:
format('Measures Table'[Amount],"#,##0,,.0M")