Forum Discussion

carlosagarcia's avatar
6 years ago
Solved

ROUNDDOWN TIME

Hello guys,

I am looking at using the ROUNDDOWN function.

I want to ROUNDDOWN time in all transactions made in a specific hours throughout the day. Say there were 15 transactions between 9 am and 10 am.. 9:01:02am, 9:10:05am, 9:12:52am etc.. All rounddown to 9:00:00am or 9:00am so I can measure day by the hour.

 

I have tried

= ROUNDDOWN(Query[TIME], 1) which messes up the result

 

= ROUNDDOWN(Query[TIME], "1:00") which gives me an error, cannot convert value

 

The time is in H:mm:ss

4 Replies