This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
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!
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 |
|---|---|
| 33 | |
| 26 | |
| 23 | |
| 21 | |
| 15 |
| User | Count |
|---|---|
| 63 | |
| 43 | |
| 28 | |
| 24 | |
| 22 |