Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

Rounding to the nearest minut

I'm looking to round time to the nearest minut and is using the following formula but when converted to time the time is off.

 

CloseTime = mround('5100'[Close Time], time( PM1,1,0)

 

I presume it is something wroing with the 1,0

 

Data

Close Time

10:11:25 PM   where I want it to show 10:12:00 PM

1 ACCEPTED SOLUTION
serpiva64
Solution Sage
Solution Sage

Hi,

try this

serpiva64_0-1646134821870.png

If this post is useful to help you to solve your issue consider giving the post a thumbs up 

 and accepting it as a solution !

 

 

 

View solution in original post

2 REPLIES 2
Tanushree_Kapse
Impactful Individual
Impactful Individual

Hi @Anonymous ,

 

Create a new column
CloseTime = CEILING('5100'[Close Time],"0:01")

 

Mark it as a solution if it answers your question. Kudos are always appreciated.

Thanks

serpiva64
Solution Sage
Solution Sage

Hi,

try this

serpiva64_0-1646134821870.png

If this post is useful to help you to solve your issue consider giving the post a thumbs up 

 and accepting it as a solution !

 

 

 

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.