Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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
Solved! Go to Solution.
Hi,
try this
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 !
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
Hi,
try this
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 !
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 17 | |
| 9 | |
| 8 | |
| 7 |