Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
lucadelicio
Super User
Super User

Merge queries

Goodmorning Everybody,

i need your precious help.

I have two tables.
The first one represents the communication and the groups to which it was transmitted.

IdCommunication IdGroup
1 5
1 6
1 7
2 5
2 7
2 8

 

The second represents the users to which group they belong:

IdGroup IdUser
5 1
5 2
5 3
6 4
6 5
6 6
7 7
7 8
7 9
8 10
8 11
8 12

 

What I need, is to know which users the communication was sent to.
So my table result has to be like this:

IdCommunication IdGroup IdUser
1 5 1
1 5 2
1 5 3
1 6 4
1 6 5
1 6 6
1 7 7
1 7 8
1 7 9
2 5 1
2 5 2
2 5 3
2 7 7
2 7 8
2 7 9
2 8 10
2 8 11
2 8 12


It is possible to do it with PowerQuery?

Thank you very much in advance.

Luca



Luca D'Elicio

LinkedIn Profile
1 ACCEPTED SOLUTION
ryan_mayu
Super User
Super User

@lucadelicio 

i think you can do merge queries in pq

11.PNG12.PNG

 

pls see the attachment below





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

2 REPLIES 2
ryan_mayu
Super User
Super User

@lucadelicio 

i think you can do merge queries in pq

11.PNG12.PNG

 

pls see the attachment below





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




There was duplicated data in my dataset so the result was not what i aspected.

Thank you vry much for the support!



Luca D'Elicio

LinkedIn Profile

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors