Forum Discussion
Anonymous
9 years agoNot applicable
Convert seconds into hours and their format
I have a graph that presents the phrases in internal numbers, these values are in seconds and I need to convert this number in hours and present these values in the graph in the format of hh: mm: ss....
- 9 years ago
Hi Anonymous,
To convert the second to hours, you only need to divide it by 3600.
TotalOrganizational Failures = CALCULATE (SUM (IndicatorValue [Value]); Indicator [Name] = "Organizational Failures")/3600
Best regards,
Yuliana Gu
Anonymous
6 years agoNot applicable
You can do it easily with M script duration function
Please go to the below link. New custom column can be created using M script.
https://www.powerbitalks.com/2019/12/convert-seconds-to-hhmmss-format.html
Step by Step solution has been provided.
Kaushlendra Mishra