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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
annaka05
Helper I
Helper I

Multi value filter/parameter

Hello,

I have column with single values:

kolumna.jpg

I have used it in my dashboard as a filter:

filtr.jpg.

The problem is that I want to combine multiple of this values as a single parameters. I have tried to create parameter with comma/semicolon delimiter and add text filter to this column, but it didn't work.

parametr.jpg

 

 

 

 

 

 

 

 

Do anybody have an idea, how can I create multiple value filters?

8 REPLIES 8
annaka05
Helper I
Helper I

Hi!

Thank you for your reply. I need to create visualisation filter for end users. Now it looks like this:filtr.jpg, but users want to have filter which contains multiple values (e.g. show data in visualisation which contains values {121 -,000 -, 119 -} from "group" column and that has to be one filter value). In other words, I want to add multivalue filters: filtr2.jpg

 

Regards,

Anna

 

@annaka05 - I would suggest creating a table with the List value labels for selection, and relate it to the main table.  In otherwise, just treaty it like an ordinary Product to Product Category relationship.

List LabelValue Key
142 -; 143 -142 -
142 -; 143 -143 -
511 -511 -
121 -; 122 -; 123 -; etc121 -
121 -; 122 -; 123 -; etc122 -
121 -; 122 -; 123 -; etc123 -
121 -; 122 -; 123 -; etcetc

 

The slicer or filter will be based on the List Labal values, and this will filter fact table.

@Daryl-Lynch-Bzy Thank you for your reply. I tried that way. I added new table with values delimited with semicolon and second label column. Then I created relationship between new and sales table (values column from new table to group column in sales table). Then added label column as filter to visualisation, and unfortunatelly it doesn't work. When filter has one value it is ok, but filter with more values displays nothing.

new.jpg

 

 

 

Maybe I am doing something wrong?

 

Regards,

Anna

@annaka05 - you need to separate the values into separate rows and repeat the labels.  Like this:

DarylLynchBzy_0-1651229715654.png

The Grupa column will related to the fact table, so you can slicer and filter it by using Labels.  This is just a normal star schema feature of Power BI.

@Daryl-Lynch-Bzy ok, now I understand. Problem is, that I have duplicated values in few group filters: e.g. 172, 415, 499/1, 499/2 and 172,499 and I can't add multiple label to one value:

annaka05_0-1651231047947.png

 

Regards,

Anna

 

Hi @annaka05 ,

Based on your screenshot, what is your expected output in this thread, could you please combine it with an example in details?

 

Like: 

I have duplicated values in few group filters: e.g. 172, 415, 499/1, 499/2 and 172,499

When facing with the dupilcated or simliar values, what the correct result should be.

 

Best Regards,
Community Support Team _ Yingjie Li

Daryl-Lynch-Bzy
Resident Rockstar
Resident Rockstar

Hi @annaka05 - you screenshot above has both Visualisation and Power Query filters example.  Do you need to filter the list in Power Query when importing the data, or do you need the end user to filter using Slicer?

Hi @Daryl-Lynch-Bzy  I need this filter in Visualisation for end user.

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

December 2025 Power BI Update Carousel

Power BI Monthly Update - December 2025

Check out the December 2025 Power BI Holiday Recap!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors