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 / Find conjunction of tw...
Power Apps
Answered

Find conjunction of two lists

(1) ShareShare
ReportReport
Posted on by 834

Hi guys,

 

I have a situation where we use the Office365Groups... in this example its related to MS TEAMS. Our users can be members of all kind of groups that exist or create their own for their own purpose. There are however few (about 10) groups that are on a higher level and should cover a whole department (for example HR, IT, Sales, ...etc)... lets call them Department groups. 

When a user joins such group he can (within a SPO list ) choose a dropdown the list he wants to join ...I generate csv, powershell reads it and user gets in.

When user wants to leave, i am unable to show him the Department groups he is in. this command: Office365Groups.ListOwnedGroupsV2() can show you in which groups you are in, but i want to filter it for the Department groups... something like Distinct((Filter('Departments vs 365Group', "xy" exactin Title)),'Title') where xy would be replaced by "ListOwnedGroupsV2"... but somehow it wont work. any ideas?

Categories:
I have the same question (0)
  • poweractivate Profile Picture
    11,078 Most Valuable Professional on at

    @Sifu 

     

    Does it work if you try this:

     

    Instead of

     

    Office365Groups.ListOwnedGroupsV2() exactin Title 

     

    Does it work if you try something along the lines of:

     

    Office365Groups.ListOwnedGroupsV2().value.displayName exactin Title 

     

    The above idea may actually need to be in context of the evaluation of each individual record of a table though and changed a little bit, so the above is just a starting point.

  • Sifu Profile Picture
    834 on at

    Hi @poweractivate , thanks for input,

    so the function: Office365Groups.ListOwnedGroupsV2()

    my list of department groups: Departments vs 365Group

     

    and the formula: 

    Distinct((Filter('Departments vs 365Group', Office365Groups.ListOwnedGroupsV2().value.displayName exactin Title)),'Title')

     

    is not working, wont show anything

  • poweractivate Profile Picture
    11,078 Most Valuable Professional on at

    @Sifu 

     

    It was not intended to be used literally like that, for an exact literal working example for your case, we don't have it now but if we have it later we might reply here.

  • Verified answer
    v-yutliu-msft Profile Picture
    Microsoft Employee on at

    Hi @Sifu ,

    Please try this:

    Distinct(Filter('Departments vs 365Group',
     Title exactin Office365Groups.ListOwnedGroupsV2().value.displayName 
     ),'Title')

     Office365Groups.ListOwnedGroupsV2().value.displayName will return a table. You can not use "table in field" as filter condition.

    You need to use "field in table".

     

     

    Best regards,

  • Sifu Profile Picture
    834 on at

    @v-yutliu-msft  works totally well! Superb job, thaaaaaanks a  loooot!

  • Sifu Profile Picture
    834 on at

    @v-yutliu-msft one more question, i noticed that other users are not able to get anything in this drop down, only me...

    Distinct(Filter('Departments vs 365Group',
    Title exactin Office365Groups.ListOwnedGroupsV2().value.displayName
    ),Title)

     

    if i place additional dropdown in the form with Distinct(('Departments vs 365Group'),Title)

    or Office365Groups.ListOwnedGroupsV2().value.displayName,  they get results in both, but if I combine them, its only me who gets results

     

    EDIT: i just realized that its only showing groups where you are owner hence if the user is not an owner of a group theres no intersection... 

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 Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 483

#2
WarrenBelz Profile Picture

WarrenBelz 399 Most Valuable Professional

#3
11manish Profile Picture

11manish 327

Last 30 days Overall leaderboard