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
Hello everyone,
I have this format for Month
January 1
February 2
...
December 12
I want
January 01
February 02
...
December 12
Any idea which format I can use?
Thank you
Solved! Go to Solution.
Hi @Anonymous ,
You can do it in Power Query. Click on Transfor Data -> Add Column-> Custom Column & put the below code:
=Number.ToText([Month],"D2")
@Anonymous -> if this helps you then please hit the thumbs up & mark it as a solution. Thank you.
Hi @Anonymous ,
You can do it in Power Query. Click on Transfor Data -> Add Column-> Custom Column & put the below code:
=Number.ToText([Month],"D2")
@Anonymous -> if this helps you then please hit the thumbs up & mark it as a solution. Thank you.
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 | |
| 50 | |
| 34 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 92 | |
| 77 | |
| 41 | |
| 26 | |
| 25 |