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 / Comparing selections f...
Power Apps
Answered

Comparing selections from a multichoice SP list column to another multichoice column on the same list

(0) ShareShare
ReportReport
Posted on by

The title says it all but to elaborate I will go into detail. 

 

 Reviews NeededReviews Completed
Item 1ABC,DEF,GHIABC
Item 2ABC,DEF,GHIGHI,DEF,ABC
Item 3ABC,GHIDEF,GHI

 

This should outline the majority of the use cases.

As you can tell, Item 2 should be good to go and I would like to flag this as good to go.. For now as long as I have a condition that spits out "GOOD", that is all I would need.. The other two items are not good. The output of Item 1, should ready, that Review DEF and GHI are still needed. While Item 3 should spit out Review ABC is still needed.. 

 

Any help with this to incorporate into powerapps canvas would be greatly appreciated.

Categories:
I have the same question (0)
  • BCBuizer Profile Picture
    22,579 Super User 2026 Season 1 on at

    Hi @jimi_hendrix ,

     

    I don't have time to test this, but my first try would look like this:

     

    IsEmpty(
    	Filter(
    		ThisItem.'Reviews Needed',
    		Not(Value in ThisItem.'Reviews Completed')
    	)
    )

     

    Basically it uses a filter to check if there's anything in 'Reviews Needed' that is not in 'Reviews Completed'. If this returns no Items, meaning all values in 'Reviews Needed' are also in 'Reviews Completed', the IsEmpty function will return true.

  • jimi_hendrix Profile Picture
    on at

    Thanks for the quick reply @BCBuizer ,

     

    Unfortunately this didnt work. This always returns false.. even when there is a single match or all match. 

     

    This is definitely a different direction then I was expecting so I will investigate further but if you know what could be tweaked on the above, let me know.. 

     

    Thanks

  • Verified answer
    Krzysztof Borkowski Profile Picture
    Microsoft Employee on at

    Kristf_0-1664407923675.png

    Lbl_review_needed.Text = Concat(Sort(ThisItem.'Review needed',Value),Value," ")
    Lbl_review_complated.Text =Concat(Sort(ThisItem.'Review Completed', Value),Value, " ")
    Lbl_ok_not_ok.Text = If(Lbl_review_needed.Text=Lbl_review_completed.Text,"Good 👍🏻","Review: "&Concat(Filter(ThisItem.'Review needed'.Value,Not(Value in ThisItem.'Review Completed'.Value)),Value&" "))

  • jimi_hendrix Profile Picture
    on at

    Thank you both.. @BCBuizer and @Kristóf 

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!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 545 Most Valuable Professional

#2
Haque Profile Picture

Haque 314

#3
Kalathiya Profile Picture

Kalathiya 234 Super User 2026 Season 1

Last 30 days Overall leaderboard