PowerQuery
Home
Blog
Functions
Patterns
Showcases
← Back to List functions
List.NonNullCount
This function retrieves the count of items in the list that are not null.
Syntax
List.NonNullCount(list as list) as number
About
This function retrieves the count of items in the list that are not null.