Forum Discussion
How many calls at the same time?
Oh, i accidently hit the Accept solution button..
Well, for me it didnt work. The first one again, was loading forever. The second gave me everywhere an X.
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?
Hi 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
- virus1905 years agoHelper II
Hi 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.