Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

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...
  • Nathaniel_C's avatar
    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