isnotnull()
Returns true if the argument is not null.
Syntax
isnotnull([value])
notnull([value]) - alias for isnotnull
Example
T | where isnotnull(PossiblyNull) | count
Feedback
Submit and view feedback for
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Returns true if the argument is not null.
isnotnull([value])
notnull([value]) - alias for isnotnull
T | where isnotnull(PossiblyNull) | count
Submit and view feedback for