Forum Discussion
Ikeumlaut
Advocate I
8 years agoHelp: Pass a list as filter argument in Power Query
Hey, I need to pass a list as a filter argument in query editor to multiple tables. I have a list of Survey Ids in an excel file and I need to pass that list to multiple tables in query editor. ...
- 8 years ago
Import the List.
Use a Merge each query with this using an inner join and it will remove items not in the list.
stretcharm
Memorable Member
8 years ago
Import the List.
Use a Merge each query with this using an inner join and it will remove items not in the list.
Ikeumlaut
Advocate I
8 years agoWorked! Thank you!