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 / Show Current Events fr...
Power Apps
Unanswered

Show Current Events from Drop Down in List

(0) ShareShare
ReportReport
Posted on by 18

Hello! 

 

I have created a drop-down that is attached to a list of events. It currently is a Choice() field. It is currently displaying all events including previous events. I want the drop-down only show events that are greater than the current date.

Categories:
I have the same question (0)
  • Ami K Profile Picture
    15,687 Super User 2024 Season 1 on at

    Hi @patty6 ,

     

    Assuming your data source is SharePoint, your Choices column is Single selection only, and by "Current Date" you mean a selected date (e.g. from a Date Picker control), you could try the below (non-delegable) expression on the Items property of your Dropdown control:

     

     

    Distinct(
     Filter(
     'Your Data',
     'Your Choice Column'.Value,
     'Your Date Column' > DatePicker1.SelectedDate
     ),
     'Your Choice Column'.Value
    )

     

     

     

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

     

    If I have answered your question, please mark your post as Solved. Remember, you can accept more than one post as a solution.

    If you like my response, please give it a Thumbs Up.

  • patty6 Profile Picture
    18 on at

    by Current Date, the user would not select it would be automatic. 

  • Ami K Profile Picture
    15,687 Super User 2024 Season 1 on at

    Sample principle except you will use Today():

     

    Distinct(
     Filter(
     'Your Data',
     'Your Choice Column'.Value,
     'Your Date Column' > Today()
     ),
     'Your Choice Column'.Value
    )

     

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

     

    If I have answered your question, please mark your post as Solved. Remember, you can accept more than one post as a solution.

    If you like my response, please give it a Thumbs Up.

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

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 494

#2
WarrenBelz Profile Picture

WarrenBelz 352 Most Valuable Professional

#3
11manish Profile Picture

11manish 323

Last 30 days Overall leaderboard