Forum Discussion
Average answer time for chat messages
- Anonymous3 years ago
Hi selinozdemirpbi ,
Please have a try.
Measure = VAR _a = SUMMARIZE ( 'Table', 'Table'[sender_id], 'Table'[receiver_id], "Time", DATEDIFF ( MAXX ( FILTER ( ALL ( 'Table' ), [sender_id] = EARLIER ( 'Table'[receiver_id] ) && [receiver_id] = EARLIER ( 'Table'[sender_id] ) && [spesific_group] = "No" ), [date-hour] ), MAX ( 'Table'[date-hour] ), MINUTE ) ) RETURN AVERAGEX ( _a, [Time] )How to Get Your Question Answered Quickly
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
Best Regards
Community Support Team _ RongtieIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi selinozdemirpbi ,
Please have a try.
Measure =
VAR _a =
SUMMARIZE (
'Table',
'Table'[sender_id],
'Table'[receiver_id],
"Time",
DATEDIFF (
MAXX (
FILTER (
ALL ( 'Table' ),
[sender_id] = EARLIER ( 'Table'[receiver_id] )
&& [receiver_id] = EARLIER ( 'Table'[sender_id] )
&& [spesific_group] = "No"
),
[date-hour]
),
MAX ( 'Table'[date-hour] ),
MINUTE
)
)
RETURN
AVERAGEX ( _a, [Time] )
How to Get Your Question Answered Quickly
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
Best Regards
Community Support Team _ Rongtie
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.