I'm trying to convert a DateTime field to Text in Power Query.
Currently the DateTime format is dd/mm//yyyy hh:mm:ss (e.g. 02/04/2006 00:00:00)
When I change the type in Power Query to Text, the output is formatted as mmmm d yyy hh:mm AM/PM (e.g. Apr 2 2006 12:00AM)
I want to retain the original format when I convert to text, how can I do this?
Thanks