Forum Discussion
Anonymous
7 years agoNot 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 wheth...
- 7 years ago
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
v-juanli-msft
7 years agoCommunity 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])
Best Regards
Maggie