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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
Alpesh
Helper I
Helper I

Search for multiple text values (with OR condition)

Is there a way to search for more than two text values with an OR condition? Dataset is >10GB and we are using star schema with mutliple dim tables. The Condition needs to be applied to a comment (verbatim) field (can have unlimited characters) on the fact table. We need any user to be able to filter, so no hard-coding in transformation. Our users don;t know DAX so can't be something that requires a measure/custom column to be created

 

Alpesh_0-1698231243936.png

 

6 REPLIES 6
Uzi2019
Super User
Super User

Hi @Alpesh 
If user want to search for a keyword then you can use Text filter visual from App source.

Uzi2019_0-1698231857775.png

But unfortunately It nly accepts single column. You can concatenate the 2 columns and use in search filter visual.

 

Or you can add search functionality in a slicer ( by clicking on 3 dots on top right corner of slicer). where you can add multiple columns as a hierarchy in single slicer. 

Uzi2019_2-1698232002275.png

 

If my post helps then give kudos and accept it as a solution!
Thanks

 

Don't forget to give thumbs up and accept this as a solution if it helped you!!!

hi, thanks but the search needs to be in 1 column. For example, we take all comments on social media. and if we want to get all comments on Man Utd we would need to filter for all the following words in the comment:
ManUtd OR Manchester United OR ManU OR MUFC OR Man United
That's a fake example, but hopefully you understand more the context

hi @Alpesh 
if the comments column has exact this value then only Man will search the following data
ManUtd 

Manchester United 

ManU 

MUFC

Man United

 

if you search MUFA then only MUFA will apear.

 if you want result of all values by  searching only Man Utd then you have to mapped all the respected values.

 

 

Don't forget to give thumbs up and accept this as a solution if it helped you!!!
mlsx4
Memorable Member
Memorable Member

Hi @Alpesh 

 

It's just an option but... Why don't you use a text filter to look for what a user need? https://appsource.microsoft.com/es-es/product/power-bi-visuals/wa104381309?tab=overview

Hi, from what I tried, you can only search for one value with the Text filter visual. We'd need to sometimes search for 4 or 5 values for the report

mlsx4
Memorable Member
Memorable Member

You're right...

 

There are another two visuals:

Unfortunately, I don't know anything else...

Helpful resources

Announcements
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.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

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