vampirerulz600
New Member
- Joined
- Aug 7, 2021
- Messages
- 6
- Platform
- Windows
Hello,
I am currently working on a Call center Data and i have to find the call duration for each coversation using a DAX formula. The challenge here is there are multiple entries for each conversation with its relevant time stamps in the same column.
The table is as follows, I have a Convid and the CreatedTime for each stage of conversation. I need to find the total time taken on each Coversation and i have write a DAX such that i will get the time spent on each conversation. Also i need to find the Longest Call, Shortest Call and the Avg Call time. Please help.
I am currently working on a Call center Data and i have to find the call duration for each coversation using a DAX formula. The challenge here is there are multiple entries for each conversation with its relevant time stamps in the same column.
The table is as follows, I have a Convid and the CreatedTime for each stage of conversation. I need to find the total time taken on each Coversation and i have write a DAX such that i will get the time spent on each conversation. Also i need to find the Longest Call, Shortest Call and the Avg Call time. Please help.