Forum Discussion
Anonymous
6 years agoNot applicable
How to sum duration with time
Hi all, I would like to sum task duration with begining Date/Hours of the same task. Exemple: Begining date Task duration (h) Task estimated end 22/04/2020...
- 6 years ago
Hi Anonymous ,
Go to query editor> add column>custom column;
Then put the below expression inside:
Custom=[datetime]+#duration(0,[Duration],0,0)Finally you will see:
Best Regards,
KellyDid I answer your question? Mark my post as a solution!
Anonymous
6 years agoNot applicable
Hi, thank you for quick answer.
I tried but it seems that works only when "Task Duration" it's smaller than 24 hours.
v-kelly-msft
Community Support
6 years agoHi Anonymous ,
Go to query editor> add column>custom column;
Then put the below expression inside:
Custom=[datetime]+#duration(0,[Duration],0,0)
Finally you will see:
Best Regards,
Kelly
Did I answer your question? Mark my post as a solution!