Power Query Merging two queries with dropdown

ursua

New Member
Joined
Jan 9, 2020
Messages
17
Office Version
  1. 365
Platform
  1. Windows
Hi,
I am merging two tables in PQ. One of them contains a list of numbers (and some other columns too), the second contains a list of numbers in a table that contains few columns (let them be B:E) with a dropdowns there. Some cells are empty, some have values chosen from dropdowns. When I am merging two tables I expand those B:E in the first table and get values that are chosen in the second from dropdowns and that's ok but dropdowns are obviously not copied.
The question here is: can PQ keep dropdowns not only values chosen? So after refresh I will get a table that contains as a result expanded columns from the second table WITH values chosen from dropdowns AND dropdowns still active copied from the second table?
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
When your data source includes a drop down, Power Query will only read what is populated (or null if not). The Data Validation (or dropdown) will not translate to be present in the second table.

You can, however, add the Drop Down to the second table after its initial load to limit any updated selections. You will have to make sure they are using the same list, otherwise you will receive an error in the second table when it loads a value that isn't included in that drop down set up.
 
Upvote 0
Solution

Forum statistics

Threads
1,215,071
Messages
6,122,963
Members
449,094
Latest member
Anshu121

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