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!
amitchandak
6 years agoSuper User
Anonymous , try
Task estimated end =[Begining date] + time([Task duration (h)],0,0)
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-msft6 years agoCommunity Support
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!