NQL countif()
collaboration.sessions 過去24時間における
| summarize ratio_of_poor_calls = countif(session.audio.quality = poor or session.video.quality = poor) / count() by connection_type接続タイプ
劣悪な通話の比率
Last updated
Was this helpful?
collaboration.sessions 過去24時間における
| summarize ratio_of_poor_calls = countif(session.audio.quality = poor or session.video.quality = poor) / count() by connection_typeLast updated
Was this helpful?
Was this helpful?