I have a tabular cube containing data from our chat system. I need to make a measure for "Concurrent Chats".
I have a start datetime and an end datetime column for each chat session and need to count all those where either startdate or enddate is in a given time interval or where startdate is before and enddate is after the interval.
Any good suggestions?
Thx a lot