Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

Compare rows values (Same ID +Same Value)

Hi,
I have a table that contains same ID in two different rows.
I want see if they have same "Totals" and then If yes, state "TRUE", if not, state "FALSE"

I am doing this in powerquery because I'll use this information in a diffrent table.

 

New Column is what I need to build:

 

IDTypeTotalNew Column
1234NA58TRUE
1234Voucher58TRUE

 

IDTypeTotalNew Column
458NA58FALSE
458Voucher57FALSE

5 Replies