Daily DAX : Day 9 COMBINEVALUES

 A dax function that returns a scalar value that combines  a series of expressions

Syntax

COMBINEVALUES(delimiter, expression1, expression 2, ..)


E.g. Combinevalues("," Employee(LastName), Employee(FirstName)


would combine the values in two columns sepearated by a comma as the delimiter : "Smith , John"


https://dax.guide/combinevalues/

Comments

Popular posts from this blog

Daily DAX : Day 65 INFO.TABLEPERMISSIONS

Daily DAX : Day 55 PV