Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

How to convert a Text data type to Time Data type ( HH:MM) ?

Hi Team,   Quick help needed please   I have created a calculated column based on a column which is in time duration ( Seconds) .    Column Name : Time Duration ( Seconds)    Sample Data :   ...
  • v-cherch-msft's avatar
    v-cherch-msft
    7 years ago

    Hi Anonymous 

     

    You may try below measure:

    Measure =
    FORMAT ( AVERAGE ( 'Major Incident'[Time] ), "HH:MM" )
    

    If it is not your case,I would suggest you create a new thread on forum so that more community members can see it and provide advice. Please remember to post dummy data and desired result.

     

    Regards,

    Cherie