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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

How many Filter-tables?

Hi, 

 

I need to create about 10 different slicers - some of them Toggles (between A and B), some of them Single selection (Either C OR D OR E) and some of them Multiple selection (multiple options can be true - F AND G AND H;  only F AND G; only G AND H; only F AND H)

 

Should I:

1: create different types of tables/queries for different types of slicers:

A) Toggle 

B) Single selection

C) Multiple selection

     --> 3 tables - one for each type of slicers

2: bunch them together inside one table

     --> 1 table

or 3: create a new table for each single slicer

     --> about 10 tables...

 

Bye

 

Michael

1 ACCEPTED SOLUTION

Let go of the Excel mindset and embrace the concept of dimensions and facts. Your filter choice options could be stored in reference tables, implemented as calculation groups, or you could completely drop that idea and teach your users how to modify filters in Power BI.

View solution in original post

3 REPLIES 3
lbendlin
Super User
Super User

d)  None of the above.  Use the standard filter pane.  That's what it is there for.  

Anonymous
Not applicable

Ok. Got it. In PowerBI I use the Filter-pane.

 

But before displaying in PowerBI:

If I have an Excel-Table as Source - with Tabs for Toggle, Single and multiple-Selection-Filters - what's the recommended way to structure them? Do I combine them into one tab, do I create a table for each type of Filter or do I create a table for each Filter itself. Bildschirmfoto von 2021-09-06 10-39-01.png

 

Bildschirmfoto von 2021-09-06 10-39-18.png

 

 

Once I prepare them for display in PowerBI (...where I will use the Filter-pane): How do I handle the "empty cells" in Filter_multiple2?

Let go of the Excel mindset and embrace the concept of dimensions and facts. Your filter choice options could be stored in reference tables, implemented as calculation groups, or you could completely drop that idea and teach your users how to modify filters in Power BI.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors