Forum Discussion
anglefbi11
Helper I
2 years agomutliple time format issue
hi dears i am using power query and i am facing a complicated issue with time format. i have a data with mixed 12 hours, 24 format . i need to know how to get them all as the same format . i treid u...
- 2 years ago
hi guys
thanks god i found the soulution finally . i changed my regional format in my pc from english UK to English US and it has been solved
amustafa
Solution Sage
2 years agoSimply change the column data type to Date/Time...
= Table.TransformColumnTypes(Source,{{"DATE", type datetime}})
anglefbi11
Helper I
2 years agoi did and nothing change.