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 Multi Select Co...
Power Apps
Answered

Filter Multi Select Column based on another Multi Select Column

(0) ShareShare
ReportReport
Posted on by 11

I have two multi select columns with the same exact values listed and if a value is selected in the first then I want that value removed from the second.  Here is what I am using but it only works for the first value selected so if more than one is selected it only removes one value.  This is the condition I have in the datacardvalue Items.  Any suggestions would be appreciated.

 

If("Dental" in DataCardValue12.SelectedItems.Value,Filter(Choices([@'UMR Exception Intake Form'].'Other Specialty Products'),
Value <> "Dental"),
"Vison" in DataCardValue12.SelectedItems.Value,Filter(Choices([@'UMR Exception Intake Form'].'Other Specialty Products'),
Value <> "Vision"),
"Life" in DataCardValue12.SelectedItems.Value,Filter(Choices([@'UMR Exception Intake Form'].'Other Specialty Products'),
Value <> "Life"),
"Disability" in DataCardValue12.SelectedItems.Value,Filter(Choices([@'UMR Exception Intake Form'].'Other Specialty Products'),
Value <> "Disability"
),"Other" in DataCardValue12.SelectedItems.Value,Filter(Choices([@'UMR Exception Intake Form'].'Other Specialty Products'),
Value <> "Other"))

Categories:
  • Verified answer
    v-bofeng-msft Profile Picture
    Microsoft Employee on at

    Hi @SF1173NYC_TX :

    Please try:

    Filter(
     Choices([@'UMR Exception Intake Form'].'Other Specialty Products'),
     !(Value in DataCardValue12.SelectedItems.Value)
    )

    Best Regards,

    Bof

  • SF1173NYC_TX Profile Picture
    11 on at

    That worked perfectly...thanks for your help.

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

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 393 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 278 Most Valuable Professional

Last 30 days Overall leaderboard