Forum Discussion
Raj2410
3 years agoHelper I
Need help
One table has unique value and other table has multiple dates for the unique value how to bring the multiple value to one coloumn in a new table
Greg_Deckler
3 years agoCommunity Champion
Raj2410 Try:
Column = CONCATENATEX(SELECTCOLUMNS(RELATED('Table2'),"__Date",[Date]),[__Date],", ")