Power Query
published
Search
K

List.Count

List.Count

Returns the number of items in the list.
function (list as list) as number

Description

Returns the number of items in the list list.

Category

List.Information

Examples

Find the number of values in the list {1, 2, 3}.
List.Count({1, 2, 3})
3