Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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
Solved! Go to Solution.
Answer - the quickest and most straightforward way to achieve this is to use right alignment, while having data cropped to a certain decimal places 🙂
Answer - the quickest and most straightforward way to achieve this is to use right alignment, while having data cropped to a certain decimal places 🙂
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
Hi @fsfs ,
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!
User | Count |
---|---|
14 | |
9 | |
8 | |
7 | |
5 |
User | Count |
---|---|
24 | |
16 | |
15 | |
10 | |
7 |