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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
hi,
I have a Column:
| A, B |
| B, C |
| A, C |
| D, E, F |
| D, E, G |
how can I combine the 2 rows into one row in Power Query, if they have any value common:
Expected result:
| A, B | A, B, C |
| B, C | A, B, C |
| A, C | A, B, C |
| D, E, F | D, E, F, G |
| D, E, G | D, E, F, G |
Thanks
Hi @Iamnvt
A bit more steps needed to implement, please see my pbix to catch the idea.
If you have any problem, please feel free to ask me.
Best Regards
Maggie
hi @v-juanli-msft,
thank you for your solution. I checked it, and have few comments:
1. If I change the sequence of the values in column1, this is not working anymore. Eg:
| A, B | A, B, C |
| D, E, F | D, E, F, G |
| A, C | A, B, C |
| B, C | A, B, C |
| D, E, G | D, E, F, G |
2. This solution is little bit brute force. My problem is not limited in 3 values in one column, but could extend to many values.
Is there any generalized approach to address this problem?
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 53 | |
| 51 | |
| 36 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 93 | |
| 77 | |
| 41 | |
| 26 | |
| 26 |