web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / ComboBox Filter Items ...
Power Apps
Answered

ComboBox Filter Items Formula to Exclude One Row of Sharepoint List

(0) ShareShare
ReportReport
Posted on by 27

Hello,

 

I am having trouble getting my ComboBox to filter out a single row that is in a SharePoint List. I have been trying a whole bunch of different variations of a formula in the Items property but can not get it to work. A few examples of formulas I have tried: 

 

//Made a new column on the list to try to filter on that column.

Filter('Admins List', 'Admins List'.'Software Request Approver' = true)

//Trying to filter on the text value

Filter('Admins List', 'Admins List'.'Full Name' <> "John Smith")

Filter('Admins List', 'Admins List'.'Email' <> "John.Smith@domain.com")

 

As well as many other variations of functions and operators but I just can't seem to get it to exclude that one persons row in the SharePoint List. Is the function Filter not the correct one to use in this situation?

 

Any suggestions greatly appreciated.

 

Thank you!

 

Categories:
I have the same question (0)
  • Verified answer
    WarrenBelz Profile Picture
    154,924 Most Valuable Professional on at

    Hi @NHammond37 ,

    Dealing with your list

    Filter(
     'Admins List, 
     'Software Request Approver' = true
    ).'Software Request Approver
    
    Filter(
     'Admins List', 'Full Name' <> "John Smith"
    ).'Full Name'

    Note that the second one is not delegable On the <> (Not) parameter

     

    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.

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.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 534

#2
WarrenBelz Profile Picture

WarrenBelz 416 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 306

Last 30 days Overall leaderboard