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 / Multi selection column...
Power Apps
Answered

Multi selection columns not displaying - data type wrong?

(0) ShareShare
ReportReport
Posted on by 92

Hi,

 

My multi choice columns are not displaying and are are showing, [Option], [option] ect, but my single choice columns are. The data type for the columns are different (see image) so wondered if i needed to change the multi choice column data type to complex, like the single choice column. Not sure how i would do this tho! - The data is connected to a table made on PowerApps. 

 

I am happy to use a gallery instead if there was a way to scroll horizontally as there will be lots of columns and vertically just like the table allows.

 

Thanks!

 

AmeliaDwight_0-1697107803442.png

AmeliaDwight_0-1697108096464.png

 

 

Categories:
  • Verified answer
    WarrenBelz Profile Picture
    156,532 Most Valuable Professional on at

    Hi @AmeliaDwight ,

    Change the Text property of the column to

    Concat(
     ThisItem.'Physical TouchPoints',
     Value, 
     ","
    )

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

    MVP (Business Applications)   Visit my blog Practical Power Apps

     

  • AmeliaDwight Profile Picture
    92 on at

    Hi @WarrenBelz ,

     

    This worked great thanks! i had to use it on a few more columns so that i had 

    Concat(ThisItem.Market,Value,",") and this worked!

    Now i would like to make a filter for my table using market but it is saying this is invalid - i assume because of the data types of market that i had to change from ThisItem to Concat..... Please you you help?? Below is what i tried and is invalid.

    Filter(Tracks,IsBlank(Dropdown1_10) || Market = Dropdown1_10.Selected.Value)

     

    I assume i need to change 'market' to something?

     

    Thanks,

    Amelia

     

  • WarrenBelz Profile Picture
    156,532 Most Valuable Professional on at

    Hi @AmeliaDwight ,

    Probably this

    Filter(
     Tracks,
     Len(Dropdown1_10.Selected.Value) = 0 || 
     Market.Value = Dropdown1_10.Selected.Value
    )

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

    MVP (Business Applications)   Visit my blog Practical Power Apps

  • AmeliaDwight Profile Picture
    92 on at

    Hi @WarrenBelz 

     

    It says the values being compared are not the same data type?

    My drop down filter is Choices(Tracks.Market) (table data type)

    My Market column is Concat(ThisItem.Market,Value,",") (text data type)

     

     

  • WarrenBelz Profile Picture
    156,532 Most Valuable Professional on at

    @AmeliaDwight ,

    What type of field is Market and what is your data source ? If Market is a choice field in SharePoint, is it single or multi value ?

  • AmeliaDwight Profile Picture
    92 on at

    Hi!

     

    Dont worry - i just recreated the column in the table and it created the right data type for me!

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 411 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 338

#3
WarrenBelz Profile Picture

WarrenBelz 256 Most Valuable Professional

Last 30 days Overall leaderboard