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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
rosscortb
Post Patron
Post Patron

Sum hours and minutes

Hello

 

I added a custom column to convert seconds to hrs and mins and then another column to round this to nearest half hour. How do I create a column or measure that will give me the total time in hours and mins please, since its a time value?rounded.PNG

5 REPLIES 5
V-lianl-msft
Community Support
Community Support

Hi @rosscortb ,

 

Refer to this blog:

https://community.powerbi.com/t5/Community-Blog/Aggregating-Duration-Time/ba-p/22486 

 

Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

@V-lianl-msft  Hello, Thanks for reply.  I added the Dax formula to a new column and it worked. However, it comes out as Text, therefore you can't add it to get total hours and mins, any ideas? Thanks Ross

Hi @rosscortb ,

 

Refer to this thread:

https://community.powerbi.com/t5/Desktop/Seconds-to-Hours-Minutes-sum/m-p/888051 

This is the way to calculate the total.

 

Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

amitchandak
Super User
Super User

@rosscortb , Try like

time(hour(round(hour([time]+minute([time])/60,second([time])/3600),0)),0,0)

 

You can use roundup or rounddown in place of round

sorry, is this done in power query?

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.