Forum Discussion
Anonymous
4 years agoNot applicable
Need Help with Correct Formatting
Hi all, I am having an issue when trying to run this power query. I have a query that converts my date time column, to military time (i.e. 13:00:00). I am trying to get this query to work, but i...
- 4 years ago
A time will be
#time(hour as number, minute as number, second as number)
"05:00:00" is a string.
That should be enough to get you a little further
HotChilli
4 years agoCommunity Champion
A time will be
#time(hour as number, minute as number, second as number)
"05:00:00" is a string.
That should be enough to get you a little further