Forum Discussion
Multiple search options
- 8 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.
Hi Matt_Nold ,
For this we will need to create 7 Disconnected tables.
3 tables will have AND/OR as values.
the other 4 will have words then using measure you will have to manipulate the output.
I have tried one approach in the sample pbix file.
Please check it.
please give kudos or mark it as solution once confirmed.
Thanks and Regards,
Praful
- Matt_Nold8 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_Potphode8 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