Currently have data below and want to convert to hours and minutes
I loaded to PQ and just changed type for Decimal Column to Time and it works e.g. 0.4 = 9:36, however if its greater than 24 hours e.g. 1.5 I want it to show 36:00:00
I loaded to PQ and just changed type for Decimal Column to Time and it works e.g. 0.4 = 9:36, however if its greater than 24 hours e.g. 1.5 I want it to show 36:00:00
name | Decimal | name | Decimal | |
a | 0.4 | a | 09:36:00 | |
b | 0.6 | b | 14:24:00 | |
c | 1.5 | c | ||
d | 0.2 | d | 04:48:00 | |
e | 0.45 | e | 10:48:00 |