This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
I have a table that contains the columns;
Date
TimeItTookToCreateThePart
My form currently is counting the amount of entries per day. Is it possible to add all the time up for each day, so i have a total time for the parts.
I then intend to divide these numbers into the "Day working mins" value so i can get the percent that the machine is being used during working hours.
Thanks in advance.
Solved! Go to Solution.
@Anonymous ,
You may try the custom column below.
Time.Hour([Column1])*60 + Time.Minute([Column1]) + Time.Second([Column1])/60
@Anonymous Add another column for minutes and then use that in the visual
TimeInMinutes = MINUTE( Table[TimeItTookToCreateThePart)
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.
Hi Parry,
The option you have suggested only takes the minutes out of the data.
eg If the data was 01:01:30 it would only be viewed as 1 Minute
Is it possible to convert data eg hh:mm:ss 01:01:30 into 61.5 minutes ?
Regards
@Anonymous may be it is easier to add new column in power query using duration formula, add new custom column in power query and use following
https://docs.microsoft.com/en-us/powerquery-m/duration-totalminutes
Duration.TotalMinutes([<Your column name>])
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.
Perry, I am unable to convert to Duration (See attached image)
Any other suggestions?
I appreciate the help so far.
Regards,
@Anonymous ,
You may try the custom column below.
Time.Hour([Column1])*60 + Time.Minute([Column1]) + Time.Second([Column1])/60
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 30 | |
| 23 | |
| 23 | |
| 17 | |
| 15 |
| User | Count |
|---|---|
| 63 | |
| 36 | |
| 30 | |
| 23 | |
| 22 |