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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
powerinM
Helper II
Helper II

Dax Format

Hi: I would like to format the values in value column in Millions such as 1.2M or 1.23M (if the value is 1,230,000). However, the following syntax is currently chopping it off. Can you please let me know what would be the correct syntax to achieve my desired formatting?

 

 

Capture.GIF

 

2 ACCEPTED SOLUTIONS

Capture.GIF

 


@Icey wrote:

Hi @powerinM ,

You can change your column like this:

Format_Amount = FORMAT('Table'[Value],"#,##,,.00M")

Dax Format.PNG

 

Best Regards,

Icey

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.


 

Thanks Icey. Can also please assist me in formating the values in thousands in similar manner ? highlighted in underline.

 

View solution in original post

Icey
Community Support
Community Support

Hi @powerinM ,

You can use this:

Format_Amount = FORMAT('Table'[Value],"#,.00K")

Dax Format - follow.PNG

 

Best Regards,

Icey

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

View solution in original post

5 REPLIES 5
Icey
Community Support
Community Support

Hi @powerinM ,

 

Is this problem sloved?
 
If it is sloved, could you kindly accept it as a solution to close this case?  
 
If not, please let me know.  
 
Best Regards
Icey
Ashish_Mathur
Super User
Super User

Hi,

This one works

=FORMAT(Table1[Value]/1000000,"#,##0.00,,M")

Untitled.png


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
Icey
Community Support
Community Support

Hi @powerinM ,

You can change your column like this:

Format_Amount = FORMAT('Table'[Value],"#,##,,.00M")

Dax Format.PNG

 

Best Regards,

Icey

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Capture.GIF

 


@Icey wrote:

Hi @powerinM ,

You can change your column like this:

Format_Amount = FORMAT('Table'[Value],"#,##,,.00M")

Dax Format.PNG

 

Best Regards,

Icey

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.


 

Thanks Icey. Can also please assist me in formating the values in thousands in similar manner ? highlighted in underline.

 

Icey
Community Support
Community Support

Hi @powerinM ,

You can use this:

Format_Amount = FORMAT('Table'[Value],"#,.00K")

Dax Format - follow.PNG

 

Best Regards,

Icey

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.