Forum Discussion
sureshsonti
Helper II
8 years agoHours: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 ...
- 8 years ago
Hi sureshsonti,
Seems these two columns don't have proper data type. Please check and change them into time.
Best Regards,
Dale
v-jiascu-msft
Microsoft Employee
8 years agosureshsonti
Helper II
8 years agoDale,
Your solution solved my issue. Thanks for your help.