Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! Learn more
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.
| User | Count |
|---|---|
| 68 | |
| 58 | |
| 44 | |
| 19 | |
| 15 |
| User | Count |
|---|---|
| 105 | |
| 105 | |
| 36 | |
| 26 | |
| 26 |