The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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 cannot share the dataset/report due to PI data. Any advice is greatly appreciated.
Solved! Go to Solution.
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
Proud to be a Super User!
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
Proud to be a Super User!
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
Proud to be a Super User!