NQL avg()
The avg()
command returns the average value of a metric.
Examples:
devices during past 30min
| include web.page_views during past 30min
| compute avg_page_load = page_load_time.overall.avg()
web.page_views during past 30min
| summarize c = page_load_time.overall.avg()
Last updated
Was this helpful?