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 / "Blank" Choice In Comb...
Power Apps
Answered

"Blank" Choice In Combobox

(0) ShareShare
ReportReport
Posted on by 50
I am experiencing a weird bug where there is a blank choice, or ghost choice, in a combobox.
 
See screenshot below: 
 
The advanced properties for the combobox:
 
Combobox items:
 
Any ideas? I think it may be a bug in the combobox itself, because it was prevalent in a different combobox and has since disappeared.
 
TIA
Categories:
I have the same question (0)
  • Suggested answer
    11manish Profile Picture
    3,333 on at
    Yes—this “ghost/blank choice” in ComboBox is a known quirk in Microsoft Power Apps, especially when using Choice columns from Dataverse
     
    Workarounds
    Filter out blanks (most effective)

    Filter(
        Choices('ISO Document Type'),
        !IsBlank(Value)
    )
     
    I was facing similar issue and fixed as above 
     
  • Suggested answer
    MS.Ragavendar Profile Picture
    7,431 Super User 2026 Season 1 on at
     
     
    I tried to replicate the same thing, I am not experience any issues. Just check in the backend do you have any blank values if yes remove the blank values in the backend.
     
    Distinct(Filter(Choices([@'5000Records'].'field_1'),!IsBlank([@'5000Records'].'field_1')),Value)
     
    ✅If this helped, please Accept as Solution to help others ❤️ A Like is appreciated 🏷️ Tag @MS.Ragavendar for follow-ups.
  • BF-02121120-0 Profile Picture
    50 on at
    I have tried both of those options and still the issue persists:
     
    Items:
     
    Choices:
     
    Like I said in my header, this has happened before but it went away. I might just leave it for a while to see if it resolves itself. It's not a major priority, but still nice to have.
  • MS.Ragavendar Profile Picture
    7,431 Super User 2026 Season 1 on at
     
    In the backend can you please let me know how the backend values are ?
     
     
     
  • BF-02121120-0 Profile Picture
    50 on at
    @MS.Ragavendar
     
  • 11manish Profile Picture
    3,333 on at
    For me, it works like below :
     
     
  • BF-02121120-0 Profile Picture
    50 on at
     
    Are you using a modern form and modern combobox? For me it still does not work like yours.
  • 11manish Profile Picture
    3,333 on at
    Below is details
     
  • Suggested answer
    BCBuizer Profile Picture
    22,833 Super User 2026 Season 1 on at
     
    Recently Microsoft has released a new version of modern controls, such as the Combobox and I have experienced the same issue as you described, or so I think.
     
    The workaround to fix it is to change the DefaultSelectedItems property of the combobox to:
     
    With(
        {_DefaultSelectedItems: Parent.Default,
        If(
            IsBlank(_DefaultSelectedItems),
            [],
            [_DefaultSelectedItems]
        )
    )
     
    If this does not fix the issue, please share the code of the control that has the issue. You can do this by right clicking the control and then selecting the View code option.
     
     
    If this reply helped you in any way, please give it a Like 💜 and in case it resolved your issue, please mark it as the Verified Answer ✅.
  • BF-02121120-0 Profile Picture
    50 on at
     
    This has fixed it - thank you so much. I wish Microsoft would provide these solutions themselves or acknowledge this is an issue!

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 Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 424

#2
WarrenBelz Profile Picture

WarrenBelz 355 Most Valuable Professional

#3
11manish Profile Picture

11manish 290

Last 30 days Overall leaderboard