Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi All,
Need your help guys, below is the data i have.
DATE | Time | Calls Answered | AHT Sec |
08/06/2023 | 8:00 | 1 | 0:04:01 |
08/06/2023 | 8:00 | 1 | 0:22:27 |
08/06/2023 | 9:00 | 1 | 0:14:15 |
08/06/2023 | 9:30 | 1 | 0:15:25 |
08/06/2023 | 12:00 | 1 | 0:02:27 |
08/06/2023 | 12:30 | 1 | 0:02:03 |
when i put it on pivot table here is the output for the Sum of AHT
to get the AHT= AHT Sec/Calls Answered. I need to get the correct sum when putting it on power bi. I am struggling to resolve this computation on power bi. Hope you can help
Solved! Go to Solution.
Hi @sam_rea_02 ,
Please try:
First create a new column:
Then apply the measure:
Sum of AHT = TIME(HOUR(SUM('Table'[AHT Sec])/SUM('Table'[Calls Answered])),MINUTE(SUM('Table'[AHT Sec])/SUM('Table'[Calls Answered])),SECOND(SUM('Table'[AHT Sec])/SUM('Table'[Calls Answered])))
Final output:
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks Jianbo for the help. It is a big help.
Hi @sam_rea_02 ,
Please try:
First create a new column:
Then apply the measure:
Sum of AHT = TIME(HOUR(SUM('Table'[AHT Sec])/SUM('Table'[Calls Answered])),MINUTE(SUM('Table'[AHT Sec])/SUM('Table'[Calls Answered])),SECOND(SUM('Table'[AHT Sec])/SUM('Table'[Calls Answered])))
Final output:
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I need an output same as the pivot table when I create a matrix.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
7 | |
7 | |
3 | |
2 | |
2 |
User | Count |
---|---|
6 | |
5 | |
4 | |
4 | |
4 |