Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
i have to tables
table 1
A1 A2 A3
4 4 6
3 5 6
table 2
type
A1
A2
i want to remove column A3 from table which doesn;t match in table 2.
please advise.
Solved! Go to Solution.
@Anonymous - Maybe unpivot your columns in Table1. Then you could do a Right-Anti Merge (if not then Left Anti) I believe to squash your A3, then you could pivot back if you need to. This would be in Power Query. You could do a Merge New or Merge step on your Table1.
@Anonymous , Unpivot the first table, Join to and use it.
https://radacad.com/pivot-and-unpivot-with-power-bi
Append -Merge -https://radacad.com/append-vs-merge-in-power-bi-and-power-query
Transpose : https://yodalearning.com/tutorials/power-query-helps-transposing-data/
@Anonymous - Maybe unpivot your columns in Table1. Then you could do a Right-Anti Merge (if not then Left Anti) I believe to squash your A3, then you could pivot back if you need to. This would be in Power Query. You could do a Merge New or Merge step on your Table1.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.