Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

Dynamic Formatting for Thousands & Millions

Hi all,

 

I wonder if anyone can suggest a means of using the custom format capabilities of PowerBI to replicate what in Excel would look like this:

 

[>=1000000] #,##0.00,,"m";[<1000000] #,##0.0,"k";General

 

Essentially what I'm after is for when the number is in the millions for it to be formatted with two decimal places and have an 'm' appended to the number, when it's in the thousands, a single decimal place and a 'k' appended. I'm aware that I could create a measure using the SWITCH function to do this, but wonder if anyone has come up with a custom format that does the same thing?

 

Thanks in advance,

 

SamB

9 Replies