Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Power Apps Experimental Features
Unanswered

Modern Table Multiple-Select Choice Column

(1) ShareShare
ReportReport
Posted on by 33
hello
 
i have a modern table with a mix of single select choice, short text, and true/false. I have one column that is a multiple-select choice. 
 
I cannot use dataverse quite yet for internal issues, so am still pulling from their sharepoint list. 
 
the issue is the one column: called "Process" as field name ("Process/Focus Area" as current name) is not showing up. the column header does, but everything is blank.
 
I have no problem pulling the values in via a combobox, so i know the app is reading the column. I cannot sort/filter via that column because it does not recognize "value".
 
How do i resolve this?
 
Thanks.
  • aliciaf Profile Picture
    33 on at
    Modern Table Multiple-Select Choice Column
    hello ravindra
     
    maybe i should have restated my title in the description. 
     
    i have no issue showing the items in my combobox. i have no issue showing the items in a text box when selecting the TABLE.SELECTED using a concat. 
     
    The problem is that my table itself has a column that is completely blank. the column items are not showing up, in the table. (modern table)
     
    ((the new version of this power platform community is not allowing me to respond directly to a specific response))
  • Suggested answer
    Ravindra Jadhav Profile Picture
    330 Super User 2025 Season 1 on at
    Modern Table Multiple-Select Choice Column
    Hii Hope you Are Doing Well,
     As you mention assuming your combobox not showing values
    solution 1 assuming you are using choice column in sharepoint
    use at item property of combobox
    Choices([@YourSharePointListName].Process)
     For Text Colunm
    Distinct(
        YourSharePointListName, 
        Concat(Process, Value, ", ")
    )
    
     

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

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Leaderboard > Power Apps - Power Apps Experimental Features

#1
mmbr1606 Profile Picture

mmbr1606 49 Super User 2025 Season 1

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 24

#3
stanmiller95 Profile Picture

stanmiller95 16

Overall leaderboard

Featured topics