Forum Discussion
Pmorg73
6 years agoPost Patron
Time format export data from hours to decimal
I have an interesting query I am working in time and invoice management web site called workflow max. To get data from the web site I export reports in csv format. For small time entrie...
- 6 years ago
In query editor. Select the column and split it by deliminator
You get two columns. 1 is hours, 1 is mins
New column = hours + (mins/60) = decimal number and works with values over 24 hours.
KISS
amitchandak
6 years agoSuper User
In Dax you also have a format function :
refer : https://docs.microsoft.com/en-us/power-bi/desktop-custom-format-strings