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.
I have month name, 3-2023,4-2023,5-2023, 10-2023. I wnat to change to 01-2023, 02-2023, 03-2023,10-2023 ect. how can I do it.
Solved! Go to Solution.
@Miss_A
In Power Query, add a custom column,:
Date.ToText(Date.FromText( "1-" & [Column1],"en-gb"), "MM-yyyy")
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
@Miss_A
In Power Query, add a custom column,:
Date.ToText(Date.FromText( "1-" & [Column1],"en-gb"), "MM-yyyy")
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Thank you. It working.