Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

Format number as MIllion using ' (e.g. 1'000)

Hello Power Bi coomunity,

 

i hope find everyone health and safe.

My question is about a table that i have that i want to change the number format to this particular million format

Where i have 123,000,000, i want to have just 123'000.

 

I was trying to use this format 

#,,.0M

but i think that im doing something wrong when i change. Can you help me, please?

 

Thanks a lot.

1 ACCEPTED SOLUTION
mahoneypat
Microsoft Employee
Microsoft Employee

This custom format string gets this result from 123456000

 

#'###,

mahoneypat_0-1630261853704.png

Pat





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


View solution in original post

3 REPLIES 3
mahoneypat
Microsoft Employee
Microsoft Employee

This custom format string gets this result from 123456000

 

#'###,

mahoneypat_0-1630261853704.png

Pat





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


Hi mahoneypat,

 

in general it works ... thanks so far.

When adding an Symbol for the currency, it is not working anymore. Any suggestion:

 

#'###, --> 2'319 but

#'###, € --> 2318'905 €

 

Anonymous
Not applicable

Thank you so much. It works!

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors