Forum Discussion
space83
Helper IV
4 years agomake 6 row become 1 row
Hi all, This 2 table below actually come from same table in model. How can I show the 2nd table (workorder) in table 1 as new column in 1 row and separate by comma? as example it will be som...
JYA
4 years agoFrequent Visitor
Hi,
you can add a measure of this kind :
Workorder full = CONTATENATEX('WorkOrder','Workorder'[Workorder], ", ")
Of course you need to filter on same key but you have not provided it in your message.