Concat Filter Selection measure
Hi Dimitar,
For below measure;
1 Concat filter selection=ConcatenateX(Values(DimCust[CustName]), DimCust[CustName], ", " , DimCust[CustName], Asc)
I don't understand why we repeated DimCust[CustName] twice one for "Values" followed by another one. I think that "Values" would return CustName which can be considered the expression so no need to repeat it.
Thanks in advance
1 answers ( 0 marked as helpful)
This is the way the syntax works, we have a table, then we need an expression, a delimiter then an order by.