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 / Combo Box Modern Contr...
Power Apps
Answered

Combo Box Modern Control wont show multiple fields

(0) ShareShare
ReportReport
Posted on by 6
I have a modern control Combo Box with the items set to a filtered Dataverse Table, configured as
Filter(GNCDocuments,'Document Status'="Live")
The fields property is configured in the Properties panel to show the Document Reference, and the Document Title
 
 
 
However when used it only shows the first fields on that list, if I change the order then it shows the other, but I can't get it to show both. 
I've also tried creating a view in Dataverse for the table, including the filter there and ensuring all the columns I might need are included but the result is the same
 
I have the same question (1)
  • Verified answer
    SaiRT14 Profile Picture
    1,990 Super User 2025 Season 1 on at
    I had similar issue:
     
    This is a common limitation when working with Combo Box controls in Power Apps: the Combo Box displays only one field at a time. To display both fields (Document Reference and Document Title), you need to combine these fields into a single column and set the Combo Box's DisplayField to this combined value.
     
    Update the Items Property of the Combo Box
    Modify the Items property to create a concatenated value for Document Reference and Document Title:
    AddColumns(
        Filter(GNCDocuments, 'Document Status' = "Live"),
        "DisplayField",
        'Document Reference' & " - " & 'Document Title'
    )
     
  • Andy Tuke Profile Picture
    6 on at
    Thanks, works a treat. Not the most intuitive design by MS there. I did have to change your code to use single quotes around the DisplayField name

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!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 529 Most Valuable Professional

#2
Haque Profile Picture

Haque 230

#3
Kalathiya Profile Picture

Kalathiya 217 Super User 2026 Season 1

Last 30 days Overall leaderboard