This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
I need to add a column from another table in Power Query Editor becuase I dont want some records in table and data is normalized.
See below
| Table A | Table B | |||
| Field1 | Field2 | Fruit | Color | |
| Cherry | 2 | Plum | Red | |
| Apple | 4 | Peach | Orange | |
| Grape | 2 | Cherry | Red | |
| Plum | 5 | Apple | ||
| Peach | 1 | Watermelon | Yellow | |
| Grape | Green | |||
| Table A | ||||
| Field1 | Field2 | NewField-Color | ||
| Cherry | 2 | Red | ||
| Apple | 4 | |||
| Grape | 2 | Green | ||
| Plum | 5 | Red | ||
| Peach | 1 | Orange | ||
| Then I want to delete records that are blank and Green (I can do this part with the filter) | ||||
| Table A | ||||
| Field1 | Field2 | NewField-Color | ||
| Cherry | 2 | Red | ||
| Plum | 5 | Red | ||
| Peach | 1 | Orange |
Solved! Go to Solution.
Download sample PBIX file with the data and query shown below
In Power Query, Merge the tables using a Left Outer Join.
Regards
Phil
Proud to be a Super User!
works great thnk you
Download sample PBIX file with the data and query shown below
In Power Query, Merge the tables using a Left Outer Join.
Regards
Phil
Proud to be a Super User!
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 36 | |
| 33 | |
| 31 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 66 | |
| 55 | |
| 31 | |
| 24 | |
| 23 |