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! Request now

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

Power BI Monthly Update - November 2025

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

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!

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.