Forum Discussion

i820017's avatar
i820017
Resolver II
4 years ago
Solved

Time Subtractions

I am trying to do a time subraction as a calculated column.

For example, the highlighted row should have hours = 8.5 (6:30 pm - 10:00 am) 

 

Can this be done as a column or do I have to use a measure?

 

  • Hi,

    This calculated column formula works

    =(Table1[End_Date_Repeat]-Table1[Event_Date_Repeat])*24

6 Replies