Hi , my data field for date and time is in this manner :
2022-01-04T02:26:38.2530000Z |
.
How do I separte the time and date?
Solved! Go to Solution.
Try these custom columns in Power Query:
DateTime.Date([DateTime])
DateTime.Time([DateTime])
Proud to be a Super User!
Try these custom columns in Power Query:
DateTime.Date([DateTime])
DateTime.Time([DateTime])
Proud to be a Super User!
User | Count |
---|---|
354 | |
92 | |
63 | |
52 | |
36 |
User | Count |
---|---|
343 | |
104 | |
72 | |
57 | |
47 |