Forum Discussion
gus_sharpzen
8 years agoNew Member
How to filter on multiple columns
Suppose a table has FIrst Name, Last Name, Nickname. How can I setup a filter/slicer, etc, that allows users to enter a word, and return the rows with that word maching at least one of the 3 columns....
WolfBiber
8 years agoMicrosoft Employee
Hey,
with Dax. (without knowing anything about your Data Model)
Or try custom Visual "Text Filter"
Greatz
gus_sharpzen
8 years agoNew Member
Hi, thanks for your answer. It is my understanding that Text Filter searches on ONE field. If it allowed more than one it would solve my problem. Can you please be more specific on DAX?
Thanks