Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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! 🙂
Solved! Go to Solution.
Hi @Anonymous
you could go to "import from marketplace", add a "Text slicer"
create a calcuated column
con = CONCATENATE(CONCATENATE(Table2[userid],"-"),Table2[username])
Best Regards
Maggie
Hi @Anonymous
you could go to "import from marketplace", add a "Text slicer"
create a calcuated column
con = CONCATENATE(CONCATENATE(Table2[userid],"-"),Table2[username])
Best Regards
Maggie
User | Count |
---|---|
97 | |
76 | |
76 | |
48 | |
26 |