COMBINEVALUES is a DAX function that combines a given set of operands using a specified delimiter.
Syntax
COMBINEVALUES(
Delimiter,
Expression1,
[ Expression2, ... ]
)
Argument | Properties | Description |
---|---|---|
Delimiter | Delimiter which is used to join the expressions into a single string. | |
Expression1 | First Expression to be evaluated and joined with other strings using the Separator. | |
Expression2 | Repeatable | Second Expression to be evaluated and joined with other strings using the Separator. |