Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi everyone!!!!
Please help me. Do you know formula to create "custom" column the same picture?
Thank you so much!!!!
Solved! Go to Solution.
pls try this
[
f = Text.Length([DATA]),
to= if f < 3 then Text.Repeat("0",3-f) & [DATA] else [DATA]
][to]pls try this
if List.ContainsAny({[site ID]},{"0".."9"})
then "0" & [site ID] else [site ID]
Hi, so do you know anyway convert to 3 characters for number???
ex: 1 to 001;
2 to 002;
10 to 010....
but if A2, P100, I205 still not change.
Thank you!!!
pls try this
[
f = Text.Length([DATA]),
to= if f < 3 then Text.Repeat("0",3-f) & [DATA] else [DATA]
][to]Your solution is perfect. It helped me solve the problem. Thank you so much!!!
thank you so much!!!
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 52 | |
| 51 | |
| 34 | |
| 14 | |
| 14 |
| User | Count |
|---|---|
| 94 | |
| 77 | |
| 41 | |
| 27 | |
| 25 |