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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Anonymous
Not applicable

Search box filter based on two columns

I have a table with text columns for a person's name (Table[Name]) and a unique string called UserID (Table[UserID]). I want to have a search box (text box?) that will filter the table based on whether a user's name or userID is typed into that search box. 

 

I believe I will have to use a slicer to do this, but I can't figure out how to get the desired behaviour.

 

Any help would be much appreciated! 🙂

1 ACCEPTED SOLUTION
v-juanli-msft
Community Support
Community Support

Hi @Anonymous

you could go to "import from marketplace", add a "Text slicer"

create a calcuated column

con = CONCATENATE(CONCATENATE(Table2[userid],"-"),Table2[username])

9.png

10.png

 

 

 

 

Best Regards

Maggie

 

 

View solution in original post

1 REPLY 1
v-juanli-msft
Community Support
Community Support

Hi @Anonymous

you could go to "import from marketplace", add a "Text slicer"

create a calcuated column

con = CONCATENATE(CONCATENATE(Table2[userid],"-"),Table2[username])

9.png

10.png

 

 

 

 

Best Regards

Maggie

 

 

Helpful resources

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

February Power BI Update Carousel

Power BI Monthly Update - February 2026

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

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.