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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
Eduinmoreno
New Member

view sum of minutes and seconds of a column

 
I have a duration column, that is, it has minutes and seconds of a call but when trying to see them on a card it does not add them, only old or recent sample, I want to see the total sum of these minutes and seconds but it does not take it
1 ACCEPTED SOLUTION
v-deddai1-msft
Community Support
Community Support

Hi @Eduinmoreno ,

 

You can use the following measure to sum duration:

 

Measure = FORMAT(SUM('Table'[Duration]),"hh:mm:ss")

 

Capture.PNG

 

For more details, please refer to the sample pbix: https://qiuyunus-my.sharepoint.com/:u:/g/personal/pbipro_qiuyunus_onmicrosoft_com/EZcAiu8IAd5Ij-bwgP...

 

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

 

Best Regards,

Dedmon Dai

View solution in original post

2 REPLIES 2
v-deddai1-msft
Community Support
Community Support

Hi @Eduinmoreno ,

 

You can use the following measure to sum duration:

 

Measure = FORMAT(SUM('Table'[Duration]),"hh:mm:ss")

 

Capture.PNG

 

For more details, please refer to the sample pbix: https://qiuyunus-my.sharepoint.com/:u:/g/personal/pbipro_qiuyunus_onmicrosoft_com/EZcAiu8IAd5Ij-bwgP...

 

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

 

Best Regards,

Dedmon Dai

parry2k
Super User
Super User

@Eduinmoreno you need to calculate duration hours/minutes/seconds as a number field and then you can sum it up.

 



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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