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 this.
Thank you!!!
Anonymous
maybe you can try this
Measure = CONCATENATEX(values('Table'[farbric code]), 'Table'[farbric code],",")I missed this reply.
maybe you can try to change to ISFILTERED('Table'[month])
changed the doc column to month column
19 Replies
- ryan_mayuSuper User
Anonymous
maybe you can try this
Measure = CONCATENATEX(values('Table'[farbric code]), 'Table'[farbric code],",")- AnonymousNot 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_mayuSuper 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?
- AnonymousNot applicable
My data source same this