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 / Filter an Entra ID col...
Power Apps
Answered

Filter an Entra ID column by Job Title or Department

(1) ShareShare
ReportReport
Posted on by

So I'm building my first app and using dataverse as the main source. I have two columns in the dataverse table to refer to Entra ID, but instead of showing the entire users list, I would like it to only show based on particular job titles or departments. 

 

Items Poperty = Choices([@'Permit Management'].cr442_PermitTechSearch)
 
The column type is Lookup, the table is called Permit Management, and schema name is cr442_PermitTechSearch
 
For one datacard I'm wanting to only see people with the job title of Permit Tech (Permits) and the other Project Manager (Project Managers)
 
Is this possible using Filter? or would I need to make a new reference table with a new column in my table?
 
Categories:
I have the same question (0)
  • Verified answer
    Ami K Profile Picture
    15,687 Super User 2024 Season 1 on at

    @marshallzart - couple of examples below:

     

    Filter(
     Choices([@'Permit Management'].cr442_PermitTechSearch),
     'Job Title' = "Permit Tech (Permits)" || 'Job Title' = "Project Manager (Project Managers)"
    )
    

     

    Filter(
     Choices([@'Permit Management'].cr442_PermitTechSearch),
     'Job Title' in [
     "Permit Tech (Permits)", 
     "Project Manager (Project Managers)"
     ]
    )

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!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 762

#2
11manish Profile Picture

11manish 640

#3
Valantis Profile Picture

Valantis 548

Last 30 days Overall leaderboard