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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

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
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

Helpful resources

Announcements
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.