Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi All,
Can you help me with using the SEARCH() Function with more than one value ?
Exp :
SEARCH(UserName;"SELE_MOE";"SELE_RL";"TMA";"SELE_EXP";"SELE_STD";"SELE_LIB")
Thanks
Solved! Go to Solution.
Column = SEARCH("ce",[Category],1,0) || SEARCH("ware",[Category],1,0)
or
Column = SEARCH("ce",[Category],1,0) && SEARCH("ware",[Category],1,0)
Column = SEARCH("ce",[Category],1,0) || SEARCH("ware",[Category],1,0)
or
Column = SEARCH("ce",[Category],1,0) && SEARCH("ware",[Category],1,0)
| User | Count |
|---|---|
| 44 | |
| 35 | |
| 30 | |
| 17 | |
| 17 |
| User | Count |
|---|---|
| 65 | |
| 57 | |
| 40 | |
| 21 | |
| 20 |