Skip to main content
Returns the number of rows in the specified column, excluding null values Category: aggregate Syntax:
Count([column])
Returns: Integer Context Filtering: ✗ No

Parameters

NameTypeRequiredDescription
columncolumn✓ YesThe column to count non-null values

Validation

  • Minimum parameters: 1
  • Maximum parameters: 1

Examples

Count([OrderID])
Returns the number of non-null order IDs
Last modified on March 13, 2026