Forum Discussion
Matt_Nold
9 months agoRegular Visitor
Multiple search options
Hi all, I am trying to create a search tool that allows users to enter up to 4 terms, with the ability to choose and/or between search fields A&B, and C&D, and additionally and/or between the AB...
- 9 months ago
Matt_Nold The only default visual that allows free text entry that I know of is the Q&A visual and PowerApps visual but I don't think that the Q&A visual is really useable in the way you want. You could try third party visuals like the Text search slicer or the preview Text slicer.
Matt_Nold
9 months agoRegular Visitor
Thanks Praful, but I can't do tables with word to select, I am working with free text healthcare data so the possible things my users want to search is nearly limitless.
Praful_Potphode
9 months agoSuper User
Hi Matt_Nold ,
what you can try next create a duplicate copy of the search text column and then replace space with special character(for example ~).then create a measure which will give 1 or 0 depending on the word found using CONTAINSSTRING. and add measure to a table.
Thanks and regards,
Praful