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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
Gozde
Helper I
Helper I

Merge Query & Table with Duplications

Hello,

I need to merge one query and one table in Power BI. The table has duplications and I would like to keep them because of the logic. At below, you can find the simple example of what I am trying to do.

Capture.PNG

Unfortunately, I cannot use power query or merge function, because one of them is query. I need to do in Power BI / dax.  I tried crossjoin, union,lookup but none of them solve the issue. Can anyone help me?

 

Thank you!

Gozde

 

 

1 ACCEPTED SOLUTION

 

Lookup is not working for my case, because of dublications. I don't want to look up according to  engineer and location, because again dublication occurs. It can be that different engineer working in same location.

 

However, I found this solution:

 

I  changed the input table into this:

Solution.PNG

 

Afterwards, I look group 1 and 2 seperately via lookup function. It worked 🙂

 

Regards,

Gozde

View solution in original post

2 REPLIES 2
v-yuezhe-msft
Employee
Employee

@Gozde,

Create the following columns in Table-2.

Lookupengineer = LOOKUPVALUE('Query-1'[Engineer],'Query-1'[Date],'Table-2'[Date])
Lookuplocation = LOOKUPVALUE('Query-1'[Location],'Query-1'[Date],'Table-2'[Date])

1.JPG

Regards,
Lydia

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Lookup is not working for my case, because of dublications. I don't want to look up according to  engineer and location, because again dublication occurs. It can be that different engineer working in same location.

 

However, I found this solution:

 

I  changed the input table into this:

Solution.PNG

 

Afterwards, I look group 1 and 2 seperately via lookup function. It worked 🙂

 

Regards,

Gozde

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.