COUNTX is a DAX function that counts the number of values resulting from evaluating an expression for each row of a table.
Syntax
COUNTX(
Table,
Expression
)
| Argument | Properties | Description |
|---|---|---|
| Table | The table containing the rows for which the expression will be evaluated. | |
| Expression | The expression to be evaluated for each row of the table. |