web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

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)
  • jimi_hendrix Profile Picture
    on at

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

  • 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

    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

  • BCBuizer Profile Picture
    22,510 Super User 2025 Season 2 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.

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
Kalathiya Profile Picture

Kalathiya 427

#2
WarrenBelz Profile Picture

WarrenBelz 360 Most Valuable Professional

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 336 Super User 2025 Season 2

Last 30 days Overall leaderboard