Power Query Merge with conditions/filter

Crazy_FC

New Member
Joined
Mar 2, 2021
Messages
2
Office Version
  1. 365
Platform
  1. Windows
My problem comes with a merge between Employees table and Home Location table. I have an employee list as my main table that I am joining to and I need the Home location based on where the employee worked the most amount of hours. The Home Location table takes all of the hours for the time frame, groups it by employee and then ranks it with 1 being the location they have the most and filters to 1.

I merged the Home Location table with the Employee table using the following merge: "Merged Queries5" = Table.NestedJoin(#"Added Custom5", {"Employee ID"}, Table.SelectRows(#"Home Office", each [Loc Rank by Emp] = 1), {"Employee ID"}, "Home Office", JoinKind.LeftOuter). I have a number of employees that have a home location of something other than their ranked 1 location so either the filter in the Home Location table or the way I've merged it is not working and I cannot figure out what the issue is.

Due to the sensitive nature of the data I cannot provide a spreadsheet to help illustrate.

Any direction will help.
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
Try the ff.
1.) Query 1 is the List of Employee ID and Employee details.
2.) Query 2 is the list of homes which are ranked 1 as the most number of hours the employee is there etc.
Why not add a step in Query 2 and just filter the column containing the rank 1. Then load it as a connection.

3) Merge Query 1 to Query 2 using Employee ID then expand the table.

Cheers
 
Upvote 0

Forum statistics

Threads
1,214,845
Messages
6,121,902
Members
449,053
Latest member
Guy Boot

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top