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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.