Forum Discussion
Anonymous
6 years agoNot applicable
Compare two diffrent tables
Hello Power Bi Community, I need to create a new column in table A to compare two serial numbers from two different tables (one is in table A and the other in table B), if the serial number matches ...
Greg_Deckler
Community Champion
6 years agoAnonymous Maybe:
Column = LOOKUPVALUE('TableB'[Value],'TableB'[Serialnumber],'TableA'[SerialNumber])
Anonymous
6 years agoNot applicable
Din't work. The error message is: A table with several values was returned although a single value was expected.