cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
Niels_IRD
Frequent Visitor

How to round time to the hour it is approaching (not nearest)

How can I round time to the hour it is in. So not the nearest hour but the hour it is approaching in Power Query.

 

For example: 

 

28/02/2022 8:27:21 -> 28/02/2022 9:00:00

28/02/2022 0:07:59 -> 28/02/2022 1:00:00

28/02/2022 13:58:21 -> 28/02/2022 14:00:00

 

 

1 ACCEPTED SOLUTION
ddpl
Solution Sage
Solution Sage

@Niels_IRD 

 

in power query there is function Time.EndOfHour(DateTime), which can help you to get your requirement.

View solution in original post

1 REPLY 1
ddpl
Solution Sage
Solution Sage

@Niels_IRD 

 

in power query there is function Time.EndOfHour(DateTime), which can help you to get your requirement.

Helpful resources

Announcements
May 2023 update

Power BI May 2023 Update

Find out more about the May 2023 update.

Submit your Data Story

Data Stories Gallery

Share your Data Story with the Community in the Data Stories Gallery.

Top Solution Authors