Forum Discussion
adiletsh
3 years agoFrequent Visitor
How to divide column values into horizontal values
Hello everyone I need to get visual element like this: To do this I have 2 columns with values: 1)before the bracket "БП2", "БП1" and in bracket 2) in bracket first column value...
- 3 years ago
is this what you want?
Measure = CONCATENATEX(distinct('Table'[column2]),'Table'[column2],",")pls see the attachment below
- 3 years ago
ryan_mayu
3 years agoSuper User
is this what you want?
Measure = CONCATENATEX(distinct('Table'[column2]),'Table'[column2],",")
pls see the attachment below