PowerQuery
Home
Blog
Functions
Patterns
Showcases
← Back to List functions
List.Count
This function retrieves the count of items in the specified list named "list".
Syntax
List.Count(list as list) as number
About
This function retrieves the count of items in the specified list named "list".
Explanation
Determine the quantity of values in the set {1, 2, 3} using Power Query function MList.Count({1, 2, 3}). Result will be 3.