Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello,
I am trying to change the date format, I want the start date to showing in a Table Chart as numbers not text, i.e YYYY - MM, so 2019 -10 but when I was adding a column in the query the year works but the month goes to single digits meaning Jan displays as 1 not 01, any ideas, thanks Ross
Solved! Go to Solution.
Hi @rosscortb ,
Does that make sense? If so, kindly mark my answer as a solution to help others having the similar issue and close the case. If not, let me know and I'll try to help you further.
Best regards
Amy
Hi @rosscortb ,
Does that make sense? If so, kindly mark my answer as a solution to help others having the similar issue and close the case. If not, let me know and I'll try to help you further.
Best regards
Amy
Or if I can get just get the Start_Date column to show as YYYY/MM then that would work
Hi @rosscortb ,
Enter into Query Editor, click on Add Custom Column and then put in the following syntax:
Text.PadStart(Text.From([Start_date-Copy.1]),2,"0")
Best Regards,
Amy
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.