Forum Discussion
lipao255
4 years agoFrequent Visitor
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...
- 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