Selecting multiple rows in table

I like select multiple rows in #table1 from #dataset1 and then show in #table2 with related #dataset2 . Everything works great and perfect when i do in #dataset2 filter "same as current item from #dataset1 ", just i can’t select 2 or more rows with ctrl or shift. I expect operator AND betwen selected more rows in #table1 … Any suggestion how can i do this? Can explain in movies… Movies in #table1 / #dataset1 and actors in #table2 / #dataset2 . I like select 2 or more movies in #table1 and show all actors from selected movies in #table2 .