Forum Discussion
Simon_Br
2 years agoHelper I
Table rows in column
Hello, I have a challenge and i hope, somewere can help me. We can i created this table i Power Query or in DAX? 25 43000 25 43000;45000;85000;1588 25 45000 26 999;858;4786...
- 2 years ago
If you are looking to concatenate the values then the below should help in dax as a measure:
Measure = CONCATENATEX('YouTableHere','YourTableHere'[ValuesColumn],";")If my answer helped you solve your problem please accept it as the solution๐
khaledHabib90
2 years agoResolver II
If you are looking to concatenate the values then the below should help in dax as a measure:
Measure = CONCATENATEX('YouTableHere','YourTableHere'[ValuesColumn],";")
If my answer helped you solve your problem please accept it as the solution๐