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 / Results of comparison ...
Power Apps
Unanswered

Results of comparison on combo box

(0) ShareShare
ReportReport
Posted on by 18

I'm using this code to show how many skills an employee has in total, and how many of those are a match to the skills required in a certain job opening:

 

SortByColumns(
    Filter(
        AddColumns(
            'Employee Skills List',
            MatchedSkills,
            CountRows(
                Filter(
                    Dropdown1.Selected.'Necessary Skills',
                    Id in Skills.Id
                )
            ),
            NumberOfSkills,
            CountRows(Skills)
        ),
        MatchedSkills > 0
    ),
    "MatchedSkills",
    SortOrder.Descending,
    "NumberOfSkills",
    SortOrder.Descending
) 
 
However the code only shows only numbers in the gallery. If i wanted to show the specific name of those skills in a combo box, how would i go about it?
Categories:
I have the same question (0)

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
WarrenBelz Profile Picture

WarrenBelz 427 Most Valuable Professional

#2
11manish Profile Picture

11manish 201 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 128 Super User 2026 Season 2

Last 30 days Overall leaderboard