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 Dataverse Ch...
Power Apps
Answered

Combo Box Dataverse Choices

(1) ShareShare
ReportReport
Posted on by 938
invoice Status is a choice list - Dataverse 
trying to create a combo box of distinct values - getting error 
 
Categories:
I have the same question (0)
  • Suggested answer
    Kalathiya Profile Picture
    2,456 Super User 2026 Season 1 on at
    Hello @ctedesco3307
     
    Since Invoice Status is a Dataverse Choice column, it’s not stored as plain text, it returns a record (with properties like .Value). That’s why using Distinct() directly on the column throws an error. It will return only the choices from the column, so you don’t need to use DISTINCT.
     
    Choices([@'AP Invoice Header'].'cr1bf_Department')
    
    //AP Invoice Header - Replace with your table name if it's wrong. 
    //cr1bf_Department - Replace with your invoice column scheme name. 
    
    
     
    If this response resolves your issue, please mark it as the Verified Answer so it can help other community members as well.
    ---------------------------------------------------------------------------------
     
    📩 Need more help? Mention @Kalathiya anytime!
    ✔️ Don’t forget to Accept as Solution if this guidance worked for you.
    💛 Your Like motivates me to keep helping!
  • ctedesco3307 Profile Picture
    938 on at
     
     
    @Kalathiya  - thank you for your response but I still have the same issue
    Choices(' AP Invoice Headers'.'xxxxx_invoicestatus').Value  
    returns the same thing 
  • Kalathiya Profile Picture
    2,456 Super User 2026 Season 1 on at

    On hover  it is expected because Choices() returns a table (complex data type), so Power Apps shows it as unsupported in that preview. However, if you run the app in Play mode and check the dropdown, you should see that it’s loading the correct options. The formula is working as expected.

    Choices('Status Reason (Courses)') 
    
    //Status Reason - Replace with your column name
    //Courses - Replace with your table name
     
    If this response resolves your issue, please mark it as the Verified Answer so it can help other community members as well.
  • Suggested answer
    ctedesco3307 Profile Picture
    938 on at
    @Kalathiya
    Thank you! 
     
    They were all blank until I added value in the field selection - this is what worked
    Choices(' AP Invoice Headers'.xxxxx_invoicestatus).Value
     
     
  • Verified answer
    Kalathiya Profile Picture
    2,456 Super User 2026 Season 1 on at

    Sometimes the value does not display by default, so we need to set it manually in the ComboBox field properties.

    Also, there is no need to expand the value in the Items property. If the options are not appearing in the ComboBox, you can configure them directly from the ComboBox field properties. 

     

    If this response resolves your issue, please mark it as the Verified Answer so it can help other community members as well.
     
     

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