Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Show time between the Two Dates

Hi All,   I am having one requirement where I need to get the time between two dates. Please find the below sample data. Where I have one column which is "Start Date".         Let's say we h...
  • v-lili6-msft's avatar
    5 years ago

    hi  Anonymous 

    Just add a new calculate column as below:

    After Adding 4 hours = 'Table'[Start Date] + TIME(4,0,0)

    Result:

     

    Regards,

    Lin