Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Did you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now

Support many date formats in Power Query Date Parse

The Date Parse feature in Power Query is very limited. It doesn't support many common date formats, like "Apr 84" or "2014-03-10". It would be great if Date Parse would automatically handle many common date formats. Today it is difficult to extract dates from text columns like this.
Status: Needs Votes
Comments
paulasturla
New Member
Yes! Must be like "Text to column" in Excel. You can choose date formats like MDY, DMY, etc
johnschram
New Member
The Date.FromText () format is a good start but even it is limited to Microsoft's narrow definition of a locale format. I have attempted to use a custom pattern ('MM/dd/yyyy') like the documentation suggests, but the method is simply not robust enough. Excel, BI, and Power Query all need this enhancement.
fbcideas_migusr
New Member

in modelling we have different formats..it will be very helpful if we have this options in query too...

fbcideas_migusr
New Member
Status changed to: Needs Votes