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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Saniat
Helper V
Helper V

Search for user selected "multiple" value in dataset

Hi,

I am using the following method to create a filter in my dataset which filters my dataset for user selected value.

Is there any way to accept multiple user inputs ?

The sample dat a structure attached below.

45a5b700-f3e0-4291-b9bd-be322c85dc9a.png



Many thanks.

Measure = 
Var _N1=SEARCH(SELECTEDVALUE('Item'[ItemID]),SELECTEDVALUE('Product'[Items]),1,0)
Return
IF(_N1>0,1,0)

Put measure in the filter of this view and set it equal to 1.

Saniat_0-1688876956023.png

 

Saniat_1-1688876955856.png

 

 

 

1 ACCEPTED SOLUTION
Ritaf1983
Super User
Super User

Hi @Saniat 
You can use concatenatex function, please follow my example:

Ritaf1983_0-1688879767044.png

Link to the sample file: Here 
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

View solution in original post

1 REPLY 1
Ritaf1983
Super User
Super User

Hi @Saniat 
You can use concatenatex function, please follow my example:

Ritaf1983_0-1688879767044.png

Link to the sample file: Here 
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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