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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
fsfs
Helper I
Helper I

comma under comma in table

hey guys

 

how do I format data so it would appear in the table with commas below each other?

 

I have

1.05

12.035

-2.4

-20.411

 

and I would like to get

  1.05

 12.035

 -2.4

-20.411

 

1 ACCEPTED SOLUTION
fsfs
Helper I
Helper I

Answer - the quickest and most straightforward way to achieve this is to use right alignment, while having data cropped to a certain decimal places 🙂

View solution in original post

3 REPLIES 3
fsfs
Helper I
Helper I

Answer - the quickest and most straightforward way to achieve this is to use right alignment, while having data cropped to a certain decimal places 🙂

fsfs
Helper I
Helper I

with zeros I could do this with FORMAT( column, "000.0")

I could do this with several IFs and CONCATENATE (with whitespaces, + signs etc) but I though there might be a FORMAT() option

Tanushree_Kapse
Impactful Individual
Impactful Individual

Hi @fsfs ,

Go to your Power Query Window , then click on Add Custom Column and then put this syntax there

Text.PadStart(Text.From([measure_name]),2,”0″)
It would add zeroes at the start...may be that can get you what you want.


Kudos are always appreciated!

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.