Forum Discussion
virus190
Helper II
5 years agoHow many calls at the same time?
Hello, maybe someone can help, i would appreciate it. I want to know how many calls were at the same time, i got this data from 1 day: If i do this manually: Is this...
Icey
Community Support
5 years agoHi virus190 ,
Oh, i accidently hit the Accept solution button..
Try this to cancel the operation.
Maybe it is easier just to get the number of same calls, i dont necessarily need the X, it would be just a way to count them. Is this possible?
Let me try it.
Best Regards,
Icey
virus190
Helper II
5 years agoHi Icey ,
thanks, changed it.
Im now trying to add an Index in PowerQuery and then add the Hang Up Timestamp from the Call before. So i can check if the Call before was still on the Call.
Like this:
= Table.AddColumn(#"Added index", "custom column", each #"Added index"{[Index]-1}[My Column])Im waiting for the result.