Forum Discussion
concatenate calculated column
- 7 years ago
I got this example from here: https://msdn.microsoft.com/en-us/query-bi/dax/concatenate-function-dax
Criterios = Concatenate(NF, Concatenate(",", Concatenate(MI, Concatenate(",", MV))))
[Edited, I didnt see you already had commas. I also did this with calculated columns from my data. You might need to update your desktop version if this is not working for you.]
Criterios = Concatenate(NF, Concatenate(MI, MV))
I got this example from here: https://msdn.microsoft.com/en-us/query-bi/dax/concatenate-function-dax
Criterios = Concatenate(NF, Concatenate(",", Concatenate(MI, Concatenate(",", MV))))
[Edited, I didnt see you already had commas. I also did this with calculated columns from my data. You might need to update your desktop version if this is not working for you.]
Criterios = Concatenate(NF, Concatenate(MI, MV))