Hi all,
I have been trying to build a calculated column that calculates the difference between Start and an end time in Dataverse. Both columns are Date and Time data types. I'd like the calculated column sum result to be in the HH:MM:SS format.
I have tried the Datediff calculation and using a TEXT formula eg. TEXT(End Time - Start Time, "hh:mm:ss") but it errors.
Any help on the calculation is much appreciated.
Thanks