Forum Discussion
Ikeumlaut
8 years agoAdvocate I
Help: 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
8 years agoMemorable Member
Import the List.
Use a Merge each query with this using an inner join and it will remove items not in the list.
- Ikeumlaut8 years agoAdvocate I
Worked! Thank you!