Count Rows
Syntax:
count(Table.Column)
Counts the number of rows in a column. You can also use the alternative syntax: len()
Examples
Count Rows that Meet a Condition
Syntax:
countif(Table.Column, Condition)
Counts the number of rows on a column that satisfy the specified condition.
Examples