Forum Discussion

lipao255's avatar
lipao255
Frequent Visitor
4 years ago
Solved

Help with Mutiple Filter options

Hello, everyone.   I downloaded a NetFlix dataset wich contain a lot of movies and shows details. From description, imdb score, imdb votes, production countries, and so on. I've almost finished th...
  • indkitty's avatar
    indkitty
    4 years ago

    Hi Lipao255,

     

    I had done something similar longtime back. From your dataset, you could create another table with "imdb_id" and split the production countries which are seperated by comma. 

     

    Connect this table to your table (fact) with "imdb_id" as key. you could remove production countries in the fact table.

     

    Below example.

    From

     

    Into

    Split columns by delimiter - Power Query | Microsoft Docs