I got a time column and want to add another column that has timeColumn + 5 min, how do I do that?
1 Like
Okay, so here is the solution:
+ Minutes(5)
1 Like