Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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?
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
87 | |
81 | |
53 | |
38 | |
35 |