dcount, dcountif
Estimation accuracy
Accuracy
Error (%)
Entry count
dcount, dcountifIntuneDevices| where TimeGenerated > ago (30d)
and isnotempty(OS)
| summarize Count = dcount(SerialNumber, 4)
dcountif

Last updated