Forum Discussion

sureshsonti's avatar
sureshsonti
Helper II
8 years ago
Solved

Hours:Minutes

I have a table with Employee Code, Punch In and Punch Out values. The Data Type is Date/Time. I am trying to calculate hours:minutes for each employee and then sum all hours:minutes. I used this DAX ...
  • v-jiascu-msft's avatar
    8 years ago

    Hi sureshsonti,

     

    Seems these two columns don't have proper data type. Please check and change them into time.

    Hours_Minutes

     

    Best Regards,

    Dale