Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. 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
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
72 | |
70 | |
68 | |
42 | |
41 |
User | Count |
---|---|
49 | |
42 | |
29 | |
28 | |
27 |