Forum Discussion
Anonymous
4 years agoNot applicable
Error if no match on join
Hi, I am having trouble setting up a power query such that the power query will fail if there are any rows in my first table that do not match with any rows in a second lookup table, for a left join....
Anonymous
4 years agoNot applicable
Hi Anonymous
When you do a left outer join, add a custom column to count the rows of the lookup table, if it is 0 then no row in lookup table, if it is greater than 1 then duplicated rows in lookup table
Table.RowCount([lookupTable])