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 / How do I remove blanks...
Power Apps
Answered

How do I remove blanks in a PowerApp combobox card used in a SharePoint Form?

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

I am attempting to customize the New List Item form for a SharePoint list. There is a column that performs a lookup on another column in a different list. That column has some blank values in it.

 

My list currently shows a ton of blanks at the top of the drop-down, which is very frustrating. Is there a way to remove the blanks? The current formula used for the drop-down is as follows:

 

Choices('Work Tracker'.'User Name')

Categories:
  • Verified answer
    RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @Anonymous 

    In this case, you can use the following formula:

       Filter(Choices('Work Tracker'.'User Name'), !IsBlank(Value))

    This will return a table of items that do not have blanks.

     

    I hope this is helpful for you.

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Thanks @RandyHayes for the tip.

    I had the same issue...but my sharepoint column was a single line of text.

     

    I used this instead 

    Filter(Sort(Distinct(Synthese_Titres_update;CIS);Result);!IsBlank(Result))

     

     

     

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 382 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 329

#3
WarrenBelz Profile Picture

WarrenBelz 187 Most Valuable Professional

Last 30 days Overall leaderboard