Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi,
I have a text column in the form: MMM.YY (ie Jun.2017, Jul.2017...)
And Im trying to convert it to a date in the form MMM YY (preferably as June 2017)
Any ideas?
Thanks!
Solved! Go to Solution.
I just entered 'Jun.2017' and 'Jul.2017' into Query Editor, and I was able to right click my column and change type to Date. Now that's it's a date, I can change the Date Formatting under Modeling to MMMM yyyy.
If this doesn't work on your end, can we get screen shots of your data?
FOrrest
Proud to give back to the community!
Thank You!
I just entered 'Jun.2017' and 'Jul.2017' into Query Editor, and I was able to right click my column and change type to Date. Now that's it's a date, I can change the Date Formatting under Modeling to MMMM yyyy.
If this doesn't work on your end, can we get screen shots of your data?
FOrrest
Proud to give back to the community!
Thank You!
Thanks for the quick reply!
I used an R script to import my data so I just changed my script and it now works perfectly