VALUES is a DAX function that returns a single-column table of unique values from a specified column or a table with the same columns as the input table containing unique combinations of values.
Syntax
VALUES( TableNameOrColumnName )
| Argument | Properties | Description |
|---|---|---|
| TableNameOrColumnName | A column name or a table name. |