Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. 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.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 42 | |
| 37 | |
| 34 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 65 | |
| 62 | |
| 31 | |
| 26 | |
| 25 |