Filter within dataflow
Hi there - I'm working on a dataflow (ETL) and I'm having to filter on multiple values (1.5k). What is the best way to do this? I've looked at the filter option, but it seems to be for a specific value. And I've looked at importing the values as a dataset, joining the data and then adding a filter that way. Thank you!