Forum Discussion
harshularora
3 years agoNew Member
How to change YYYYMMDD into date format?
Want the orderdatekey column in format YYYYMMDD using Date.FromText() function can someone please help, ive tried all the steps it still gives me error
- 3 years ago
harshularora That's a number so you can't use Date.FromText, just use this:
#"Changed Type" = Table.TransformColumnTypes(Source,{{"Column1", type date}})
Greg_Deckler
Community Champion
3 years agoharshularora That's a number so you can't use Date.FromText, just use this:
#"Changed Type" = Table.TransformColumnTypes(Source,{{"Column1", type date}})