Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now
Hi,
I need to count the number of concurrent calls.
I have a start datetime of each call and an end datetime of each call, anyone have any ideas on counting the amount of concurrent calls?
Thanks
Solved! Go to Solution.
Hi @timwilson,
Maybe you can try to use "countrows" function with calculate column to get the count of concurrent call.
Sample:
Concurrent Calls= COUNTROWS(FILTER('Table',[StartDate]>=EARLIER('Table'[StartDate])&&[EndDate]<=EARLIER('Table'[EndDate])))
Regards,
Xiaoxin Sheng
Hi @timwilson,
Maybe you can try to use "countrows" function with calculate column to get the count of concurrent call.
Sample:
Concurrent Calls= COUNTROWS(FILTER('Table',[StartDate]>=EARLIER('Table'[StartDate])&&[EndDate]<=EARLIER('Table'[EndDate])))
Regards,
Xiaoxin Sheng
Can someone help..
I am trying to calculate concurrent chat an agent was between start time and end time but it always shows as 1.
Attached is the DAX and measure error as the yellow colou shows that the agent was in more than 1 chat, but still the DAX is showing just 1, what am I missing - Please helpDAX error as it doesnt count the concurrent chats correctly
DAX used
DAX used is :
is it possible to further filter this by user? to count the concurent events of each user, not of everyone.
Generally, I will advice you to bing/google for the terms "dax events in progress"... and see where that gets you... 🙂
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 53 | |
| 40 | |
| 38 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 70 | |
| 69 | |
| 34 | |
| 33 | |
| 30 |