Forum Discussion
marmaghan
8 years agoFrequent Visitor
Importing different Date type files in power query
Hi , I am importing 3 files from folder in power query 2 files contains date in form dd/mm/yyyy which works fine but the 3rd column date type is dd-mm-yyyy power query is not understanding this t...
- 8 years ago
So you are using a folder query then? If so, use the 3rd file as your sample and do a replace of "-" with "/" and then force to date/time type.
Greg_Deckler
Community Champion
8 years agoSo you are using a folder query then? If so, use the 3rd file as your sample and do a replace of "-" with "/" and then force to date/time type.
- marmaghan8 years agoFrequent Visitor
Thanks for the suggestion it works fine now.