Forum Discussion
efilipe
Helper IV
8 years agoSeconds to HH:MM:SS
Hi guys, I have numbers with decimals, like: 19,400 8,50 14,70 56,000 The are miliseconds of videos. I need to transform that to HH:MM: SS. Is it possible? And after, will the colum...
- 8 years ago
Yeah, you have to SUM it when it is in seconds and then take that SUM and convert it to HH:MM:SS format. I know, pain.
Anonymous
6 years agoNot applicable
Hi,
You can do it easily with custom column created and using duration function in M Script.
https://www.powerbitalks.com/2019/12/convert-seconds-to-hhmmss-format.html
Step by step solution has been provided in the article link mentioned above.
Kaushlendra Mishra