Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.