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 moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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.
Hi @Anonymous
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
Hi @Anonymous
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 | |
| 28 | |
| 28 | |
| 20 | |
| 18 |
| User | Count |
|---|---|
| 65 | |
| 35 | |
| 34 | |
| 25 | |
| 24 |