Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
9 years ago
Solved

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....
  • v-yulgu-msft's avatar
    v-yulgu-msft
    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