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
9 years agoNot applicable
In this case I will then display the value in hours not displaying the format "hh: mm: ss", using the measure that I am already using what change should I make for it?
TotalOrganizational Failures = CALCULATE (SUM (IndicatorValue [Value]); Indicator [Name] = "Organizational Failures")
v-yulgu-msft
Microsoft Employee
9 years agoHi 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