Announcements
Does anyone know a formula to search for data entered in multiple choice columns in Sharepoint?
I can fetch data when the column only allows one choice, but for multiple I still couldn't.
Hi @LCamillo ,
I assume you mean Filter - this is not Delegable, but you need
Filter( ListName, FieldName in ComboBoxName.SelectedItems )
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Visit my blog Practical Power Apps
Thanks for the help, but I couldn't solve it. I'll try to explain better... I have a list called 'Weekly schedule' and in it there is a column called 'Type'. This column is of the choice with multiple selections type. I created a Combobox for selection with the formula: Choices('Weekly schedule'.Type) I created a Gallery to view the results and tried your tip, but it doesn't work.
@LCamillo ,
You have a many-to-many relationship - again this is not Delegable
Ungroup( ForAll( ComboBoxName.SelectedItems As aVal, Filter( 'Weekly Schedule', aVal.Value in Type.Value ) ), "Value" )
It still doesn't work...
Maybe I should adjust my list. I thought about changing the column type and putting the choices in the app. Seems more viable, doesn't it?
Totally agree - I do not use Choices columns unless storing multiple items and even then, I either hard-code or get the items with a Filter,
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 326 Most Valuable Professional
11manish 168
sannavajjala87 75 Super User 2026 Season 1