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 confused why this code did not work.
=IF(COUNTROWS(FILTER(Table,Table[Filed1]=EARLIER(Table[Filed1])&&Table[Filed2]=EARLIER(Table[Filed2])&&Table[Filed3]=EARLIER(Table[Filed3]))),"Yes","No")
could you show the snapshot?
Anonymous
5 years agoNot applicable
wdx223_Daniel Apologies, couldn't reply earlier as I was away. I tried using the above code but it is taking too much time and power bi runs out of memory as I have 3 millions rows. Is there any other way around to solve this?
- Anonymous5 years agoNot applicable
Anonymous
Sure there is. Use Power Query.