Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello,
I am attempting to replace Cells B2 and B6 with the sum of the below durations, the Matrix seems to give Count or First/Last options.
Thank you!
Solved! Go to Solution.
Hi @dubya ,
You can create a measure to sum the duration of each queue.
Below is the data table.
The measure is as follows.
First Duration = SUM('Table'[Time])
The final result is as follows, hopefully it will fulfill your needs.
Please see the attached pbix for reference.
Best Regards,
Dengliang Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hello! First, change your column to Time. This is the key to being able to create a measure to sum them. Once you change your column to Time type you can create a measure of Total Time = SUM('YourTable'[Time])
Proud to be a Super User! | |
Thank you for your response, I should have added the duration column is a text type as I am using a formula to derive that time value from a decimal.
Are you able to assist further?
Hi, yes, you need to change the field to Time type. With text you can only do first, last, count...
In the data pane, go to your Time field and click on it... then go to the Column Tools ribbon at the top and change Text to Time in Data type.
Proud to be a Super User! | |
Hi @dubya ,
You can create a measure to sum the duration of each queue.
Below is the data table.
The measure is as follows.
First Duration = SUM('Table'[Time])
The final result is as follows, hopefully it will fulfill your needs.
Please see the attached pbix for reference.
Best Regards,
Dengliang Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank you for your response, I should have added the duration column is a text type as I am using a formula to derive that time value from a decimal.
Are you able to assist further?
Hi @dubya ,
May I ask if you have gotten this issue resolved?
If it is solved, please mark the helpful reply or share your solution and accept it as solution.
If not resolved, please provide sample data. We can better understand the problem and help you.
How to provide sample data in the Power BI Forum - Microsoft Fabric Community
Please remove any sensitive data in advance. If uploading pbix files please do not log into your account.
Best Regards,
Dengliang Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
What is the data format of the column? Sounds like it is text. Change it to time
Thank you for your response, I should have added the duration column is a text type as I am using a formula to derive that time value from a decimal.
Are you able to assist further?
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!