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 / How to turn multiple c...
Power Apps
Answered

How to turn multiple choice column from a filtered list into a gallery?

(0) ShareShare
ReportReport
Posted on by 5

Hi,

 

I have this sharepoint list containg this data:

 

petenmemoq_0-1718205384269.png

 

Employee column is a person or group column(so it contains user name, email etc)

LicenseType is a multiple choice lookup field.


I want to filter to the current user using the app by email and display their licenses in a gallery.

The list is called "AdobePermanentPool".

 

But i can either put all choices with 

Choices([@'AdobePermanentPool'].LicenseType)
 
But then this doesnt filter to what the actual user has and there i havent found a way to put a filter in this part
petenmemoq_1-1718205534414.png

so i could filter to a user.

 

I tried multiple variations such as:

Choices([@'Filter(AdobePermanentPool, Lower(Employee.Email) = Lower(User().Email))'].LicenseType)
 
or any this similar, without @ or ' etc...
 
But it doesnt work. There is no way to filter there?
 
I want each gallery record to be 1 of the license value.
So if 3 Licenses are assigned, the gallery has 3 records.

 

Categories:
  • Verified answer
    madlad Profile Picture
    2,637 Moderator on at

    Hi!

     

    I think here you're looking for the ungroup function, to separate a record by the license types.

    Ungroup(
     Filter(
     AdobePermanentPool, 
     Lower(Employee.Email) = Lower(User().Email)
     ),
     LicenseType
    )

    ^This will separate 1 record with multiple license types into different records for each license type they have. The license type will be referenced by using ".Value" instead of ".LicenseType"

     

    See more about the ungroup function here

     

    Hope this helps!

  • petenmemoq Profile Picture
    5 on at

    Thank you this was very helpful and what i was looking for.
    I didnt know about this function.

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

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 383 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 356

#3
WarrenBelz Profile Picture

WarrenBelz 232 Most Valuable Professional

Last 30 days Overall leaderboard