Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register 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
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 51 | |
| 40 | |
| 37 | |
| 14 | |
| 14 |
| User | Count |
|---|---|
| 85 | |
| 69 | |
| 38 | |
| 29 | |
| 27 |