Return difference of two dates in minutes

Hi @leo_89,

Better way to use a single formula as below…

Duration.TotalMinutes([Date2] - [Date1])

Thanks
Mukesh

3 Likes