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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

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
FabCon Global Hackathon Carousel

FabCon Global Hackathon

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

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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.