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 / Display lookup value i...
Power Apps
Answered

Display lookup value in dropdown, filtered on another lookup column

(1) ShareShare
ReportReport
Posted on by 19

I only want to show projects in a dropdown in which the current user of the app is a part of.

 

My setup (build in Dataverse):

 

Table "Projects" where each project are stored, [ProjectName]; [ProjectID]; [Projectmanager]; ect.

Table "User" - standard table with user information

Table "Projectmembers" where each project member in the projects are stored with columns:

  1. [ProjectID] - lookup to table Projects
  2. [Projectmember] - lookup to table User

Variable: Set(currentUser,User()); 

 

The task is a dropdown or combo box where the user only can select projects of which they are a member of (single select).

 

The function should be something like, which of course does not work:

Filter(Choices([@Projectmembers].ProjectID).'Project Name',ThisRecord.Projectmember.FullName=currentUser.FullName)

 

Maybe a completely different setup is needed to make it work? I thought it should be pretty simple, so what am I missing here?

 

Categories:
I have the same question (0)
  • Verified answer
    v-jefferni Profile Picture
    Microsoft Employee on at

    Hi @schmucker ,

     

    In this case, we always need to clarify the logic first. As you are using Dataverse and based on your description, in Projectmembers table one project should be with multiple members. So you will be able to get all projects by following formula:

    Filter(Projectmembers, Projectmember.'Full Name' = currentUser.FullName).ProjectID

     

    You can try and use it for Items of Dropdown or Combo box and set the desired display field.

     

    Hope this helps.

     

    Best regards,

    Community Support Team _ Jeffer Ni
    If this post helps, then please consider Accept it as the solution to help the other members find it.

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!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 549 Most Valuable Professional

#2
Kalathiya Profile Picture

Kalathiya 225 Super User 2026 Season 1

#3
Haque Profile Picture

Haque 224

Last 30 days Overall leaderboard