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 / Filtering Drop-down
Power Apps
Answered

Filtering Drop-down

(0) ShareShare
ReportReport
Posted on by

Hi everyone,

 

I am trying to implement some security on a drop-down box. The drop-down's data source is a table in the CDS. I would like it so that users are only able to select their own name from the list but a supervisor is able to select everyone. 

 

Is anyone able to point me in the right direction to do this?

 

Kind regards,

 

Matt

Categories:
I have the same question (0)
  • Verified answer
    eka24 Profile Picture
    20,925 on at

    Am assuming that Username in the CDS Table is the same as in User().FullName

    I lso believe you have a column in the table for positions. 

    Having said that;

    1. Create a variables OnStart of the App;

     

    Set(LoggedUser,User().FullName);

    Set(LogedPosition, LookUp(TableName, UserNameColumnn= LoggedUser, PositionColumn)

     

    2. Then filter the Dropdown Item property as;

    If(LogedPosition = "Supervisor", TableName,

    Filter (TableName,UserNameColumn = LoggedUser))

    ------------

    If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users 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

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 April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 387

#2
timl Profile Picture

timl 340 Super User 2026 Season 1

#3
Vish WR Profile Picture

Vish WR 301

Last 30 days Overall leaderboard