Forum Discussion

arcall's avatar
arcall
Frequent Visitor
5 years ago
Solved

Comparing two tables to identify discrepancy

Hello,   We are currently in the migration of data from one system to another and we would like to compare the data from both systems for future conciliation.   I am able to get the data in Power...
  • PaulDBrown's avatar
    5 years ago

    arcall 

    That's a tricky question, given that each row is treated as unique. In other words, as far as the example posted, the rows identified are to all intense and purposes rows which are present in one table but not the other. 

    The question I gess is: is there a row ID in the original dataset which is kept in the new dataset for the supposedly equivalent row? Or can you include one?
    For example, for these two rows:

    If there is a row ID in Table1 which is kept when Table2 is created, then we can compare them. Otherwise there is no way of knowing if it is a completely new row which has nothing to do with the original. Does that make sense?