Forum Discussion
kennwort
8 years agoFrequent Visitor
Count active/concurrent calls every second
I have a dataset (call data records) which captures the start and end date/time of calls, along with the direction (INBOUND/OUTBOUND) and the location (Store number) from/to where that call was made....
- 8 years ago
b), filtering while dynamically recalculating the number of concurrent calls every second
If you first requirement if achieved by creating calculate measure, then if you select items on slicer(store #, call direction, month), the measure will be recalculated.
Regards,
Charlie Liao
v-caliao-msft
8 years agoMicrosoft Employee
b), filtering while dynamically recalculating the number of concurrent calls every second
If you first requirement if achieved by creating calculate measure, then if you select items on slicer(store #, call direction, month), the measure will be recalculated.
Regards,
Charlie Liao
- kennwort8 years agoFrequent Visitor
Thank you for the response. I had been struggling to create a measure that performed the same function, but I finally got it working. Appreciate the suggestion.