Forum Discussion
carlosagarcia
6 years agoHelper I
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 1...
- Anonymous6 years ago
- 6 years ago
You could find more explaination and examples about the "round up" for time below.
https://community.powerbi.com/t5/Desktop/Round-time-DOWN-to-the-nearest-5-15-30-minutes/td-p/311676
https://community.powerbi.com/t5/Desktop/Round-up-time-to-next-hour/td-p/701404
But, in your scenario, you could take a easy way as below:
Column = TIME(HOUR([time]),0,0)Best Regards
MaggieCommunity Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
6 years agoNot applicable
Try creating a new column with the following measure
=MROUND( [Time], "0:15" )
But make sure that the new column data type is Time.
- carlosagarcia6 years agoHelper I
It partially works but anything done after 9:45AM rounds up to 10AM.
- Anonymous6 years agoNot applicable