Forum Discussion
maricci1
9 months agoNew Member
Data formatting issue
Hello, I have a problem, when I import data from the MySql database, the date is of type text in the form of mm/dd/yyyy, I can't change the database....and when I transfer that column to date, short ...
sayan_07
9 months agoFrequent Visitor
the easy way is just Paste this M Code : = Date.FromText([Date column Name], "en-US")
2nd Method :
Right Click the Date column in Power Query and Click data type Correct the Date Type
Then Go to Using Locale and change the Locale to English (United States)