Forum Discussion
Anonymous
5 years agoNot applicable
Match values in a column with itself
Hi All, I have a table with few columns. I want match fields in one column to match with itself and generate output. I can do it easily in Access by creating a copy of table and joining the respe...
wdx223_Daniel
Community Champion
5 years agoAnonymous try this in a calculated column
= CONCATENATEX(FILTER(Table,Table[Filed1]=EARLIER(Table[Filed1])),Table.[Filed2],",")
Anonymous
5 years agoNot applicable
Hi wdx223_Daniel wdx223
Thanks for your reply. PLease see below screen shot. I want to match the 3 fields and add a column in one of the the tables and update it with Yes or No.