Forum Discussion
scramer
8 years agoFrequent Visitor
Time calculations in matrix table
I need to calculate in MM:SS on call data for the average speed to answer. I have created a seconds column (Seconds = DIVIDE(CMSData[anstime] , CMSData[ACD Calls]), but when I put it into a tabl...
v-xjiin-msft
Solution Sage
8 years agoHi scramer,
=> but does not sum up properly by month or year.
But in your screenshot, it has been summed as 521 for March. So what did you mean about this?
=> I then need to place that into MM
S format.
To convert seconds to MM:SS format, you can refer to following method:
https://community.powerbi.com/t5/Desktop/How-to-convert-seconds-to-hh-mm-ss/td-p/310219
Thanks,
Xi Jin.
scramer
8 years agoFrequent Visitor
I have followed the instructions in the link but still receiving an error in my custom column. Can you see where I am doing something wrong.