Round up/down to nearest 5 minutes

Oh! That’s even better! Just instead of the non-obvious 0.0347222 value you can use Minutes(5):

RoundTo([Any time], Minutes(5)).ToTime()

I had a feeling I saw a function for arbitrary rounding but wasn’t sure. Great catch @Saul_Garcia

2 Likes