Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Did you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now

Reply
lipao255
Frequent 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 the dashboard, however I cant find a solution for filter options.

 

lipao255_0-1658258773276.png

 

As you can see "Genres" filter option has many values, like "Action", "Action, Animation", "Action, Sci-Fi", etc. I don't like this. I want to create a filter option with single values, like "Action", "Animation", "Sci-fi" etc. And when the user selects "Action" it will show all movies and shows that contains "Action", and also the ones like "Action, Animation". 

This problem also happens with "Country Productions" filter. How can I solve this issue?

 

Thank You.

1 ACCEPTED SOLUTION

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

indkitty_0-1658260764006.png

 

Into

indkitty_1-1658260784077.png

Split columns by delimiter - Power Query | Microsoft Docs

View solution in original post

7 REPLIES 7
lipao255
Frequent Visitor

I also need help with how many movies or shows an specific country has produced. For example, Brazil ("BR") has 60 participations in movie productions.

lipao255_0-1658260243279.png

 

However, its only counting 51 acurrences. What kind of dax formula can I use to solve this problem?

lipao255_1-1658260338479.png

 

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

indkitty_0-1658260764006.png

 

Into

indkitty_1-1658260784077.png

Split columns by delimiter - Power Query | Microsoft Docs

Thank you, it solved my problem. Now it looks way better.

Glad it worked out.

IMDB dataset contains comma seperated. This applies to actors, producers, writers etc.

indkitty
Helper II
Helper II

Hi lipao255,

 

Can you use text filter as visual filter?

 

indkitty_0-1658259975454.png

 

Let me know if this resolves your issue.

Is there a way to use it as suspended list? I don't think it's suitable for a user to type the genre.

 

lipao255_0-1658261059597.png

 

Do you mean as drop down list? if not, you could again use create another table with split column with comma from genre. It is similar to production countries as I mentioned earlier.

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.