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 / Filter Dataverse Multi...
Power Apps
Answered

Filter Dataverse Multi Select Choice Column

(0) ShareShare
ReportReport
Posted on by 36

I have a table with a choice column.

The choice column is linked with the global choice "JFI Location Choices" and I have enabled "Selecting multiple choices is allowed".

 

The Choice Column:

FaerchDK_1-1718212477294.png

 

The Table:

FaerchDK_0-1718212412691.png

 

I now want to filter the table based on a Combo Box (DataCardValue17) that is connected to the same global choice.

These formula doesn't work. It just gives me all the items in the table.

Filter('[JFI] Area', DataCardValue17.Selected in 'JFI Location')
Filter('[JFI] Area', DataCardValue17.Selected.Value in 'JFI Location')

 

If I hardcode the selected choice it does work (with a delegation warning)

Filter('[JFI] Area', 'JFI Location Choices'.'Internal Transport' in 'JFI Location')

 

How do I get the filter to work with the selected value from the Combo Box?

 

This is the desired result:

FaerchDK_0-1718213654061.png

 

Categories:
I have the same question (0)
  • Verified answer
    Ami K Profile Picture
    15,687 Super User 2024 Season 1 on at

    @FaerchDK - assuming the ComboBox Items property contains:

     

    Choices('JFI Location')

     

    Then use:

     

    Filter(
     '[JFI] Area',
     'JFI Location' in DataCardValue17.SelectedItems
    )
  • FaerchDK Profile Picture
    36 on at

    @Amik Thanks

     

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!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 1,033

#2
Valantis Profile Picture

Valantis 632

#3
11manish Profile Picture

11manish 607

Last 30 days Overall leaderboard