Forum Discussion
Anonymous
3 years agoNot applicable
Number.ToText not creating extra digits
Hi there, I'm trying to use Number.ToText to add an extra 0 infront of my week numbers that are < 10. I've read that I can put "d2" or "00" for this, but neither are working. Unfortunately I...
- 3 years ago
Hi Anonymous ,
Try:Text.End( "0" & Text.From([Column1]),2)
Let me know if you have any questions.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos πare nice too.
Nathaniel
Nathaniel_C
3 years agoCommunity Champion
Hi Anonymous ,
Try:
Text.End( "0" & Text.From([Column1]),2)
Let me know if you have any questions.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos πare nice too.
Nathaniel
Anonymous
3 years agoNot applicable
- Nathaniel_C3 years agoCommunity Champion
Hi Anonymous ,
You are welcome, glad I could help!
Let me know if you have any questions.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos πare nice too.
Nathaniel