Forum Discussion
Anonymous
4 years agoNot applicable
Comma separated list
Hi all, I am having trouble processing data in power BI. Can you help me make all of FABRIC CODE each OUT DOCUMENT become a row (the fabric code a comma separated list). I am very grateful for th...
- 4 years ago
Anonymous
maybe you can try this
Measure = CONCATENATEX(values('Table'[farbric code]), 'Table'[farbric code],",") - 4 years ago
I missed this reply.
maybe you can try to change to ISFILTERED('Table'[month])
changed the doc column to month column
ryan_mayu
4 years agoSuper User
Anonymous
maybe you can try this
Measure = CONCATENATEX(values('Table'[farbric code]), 'Table'[farbric code],",")
- Anonymous4 years agoNot applicable
Yes, thank you!
I have done it before. However, my source data contained a lot of rows... and they outputted everything.
Do you have any other way?
- ryan_mayu4 years agoSuper User
do you mean duplicated fabric code?
i tried to reproduce the situation, the measure does not combine the repeate fabric code.
could you pls provide the sample data?
- Anonymous4 years agoNot applicable
the same this...
Data row is very large. Looks like I need to filter them before using CONCATENATEX... but I don't know how to make