Which function returns the total number of rows in a table in DAX?

Power BI Easy

Power BI — Easy

Which function returns the total number of rows in a table in DAX?

Key points

  • COUNTROWS() is distinct from COUNT() and COUNTA() as it doesn't require a column reference.
  • COUNTX() requires a filter condition, unlike COUNTROWS().
  • The key distinction lies in the function's purpose and required parameters.

Ready to go further?

Related questions