Announcements
I have choice columns that I would like to use to filter through a document library as shown below. I also have a search bar that I would like to maintain as well. How can I do this?
hi @EMA03356 ,
try this:
If( IsBlank(Searchbox1.Text), Filter( 'Training Videos', YourChoiceColumnName.Value = SelectedChoiceValue ), Filter( 'Training Videos', YourChoiceColumnName.Value = SelectedChoiceValue && Search('Training Videos', Searchbox1.Text, Concat) ) )
Replace YourChoiceColumnName with the actual name of your choice column in SharePoint. SelectedChoiceValue should be the variable or property where you store the selected value from your choice column filter.
Tried this out and getting the following error:
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 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
wolenberg_ 119 Super User 2026 Season 1
WarrenBelz 107 Most Valuable Professional
Haque 103