Forum Discussion
ThiagoDuarte
4 years agoHelper I
Add integer (minutes) to datetime
Hello guys, I need to add an integer to a datetime to get the final date (date time format) I have the start date column and the duration in minutes as an integer. I need datetime fo...
- 4 years ago
New Time1 = MAX('Table'[Time]) + MAX('Table'[Integers])/24/60Hi ThiagoDuarte Try this.
Let me know if you have any questions.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos πare nice too.
Nathaniel
Nathaniel_C
4 years agoCommunity Champion
New Time1 = MAX('Table'[Time]) + MAX('Table'[Integers])/24/60
Hi ThiagoDuarte Try this.
Let me know if you have any questions.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos πare nice too.
Nathaniel
ThiagoDuarte
4 years agoHelper I
Ok. That worked beautifully
I was overthinking about this hehe π
Thank you so much!
- Nathaniel_C4 years agoCommunity Champion
Hi ThiagoDuarte
I never do that!π€£
Nathaniel