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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
bartosz_s
Regular Visitor

number formating issue

Hi to All,

I have a figure with decimal places which is displayed like this:
BeforeBefore

I'd like to change this view to show it like it is but without decimal places. Unfortunatelly when I try to change Format and set decimal places to "0" thousand separator disapears. and have a figure:

2.png

Thank you,

B.

1 ACCEPTED SOLUTION

hi @bartosz_s,

 

Then try this formula to create a calculated column ( my table is called Table1 and field Column1):

Column = FORMAT(Table1[Column1],"### ### ##0")

Hope it helps...

 

Ninter

View solution in original post

4 REPLIES 4
Interkoubess
Solution Sage
Solution Sage

Hi @bartosz_s,

 

Did you try the round function?

 

If not give sample data with expected results.

 

Ninter

Hi,

unfortunately it doesn't work. ROUND function is not chanhing the way how the numbers are displayed (expected format is xxx yyy zzz. Example 123 456 789). I still have xxxyyyzzz.

Example:

Number: 123 456 789,89 is displayed 123456790 not 123 456 790.

hi @bartosz_s,

 

Then try this formula to create a calculated column ( my table is called Table1 and field Column1):

Column = FORMAT(Table1[Column1],"### ### ##0")

Hope it helps...

 

Ninter

Thank you 🙂

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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