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 / Form Dropdown menu que...
Power Apps
Answered

Form Dropdown menu question

(0) ShareShare
ReportReport
Posted on by 87

hello everyone,

 

I want a dropdownlist with only active projects to be displayed.
That means If a project has a tick it is set to "Yes" in my sharepoint list and is completed.

 

How can I remove completed projects like "Test_Auswahl" from my dropdownmenu?

 

the column "Projekt" is for my projects and the column "Projekt abgeschlossen" defines with a tick if the project is completed.

 

Bildschirmfoto 2023-08-04 um 01.18.06.png

 

Bildschirmfoto 2023-08-04 um 01.19.19.png

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

    Hi @apca ,

     

    Assuming "Projekt" is a single Choice field, consider applying the below to the Items property of your dropdown:

     

    With(
     {
     _data: Distinct(
     Filter(
     'Your data',
     'Projekt abgeschlossen'
     ),
     Projekt.Value
     )
     },
     Filter(
     Choices([@'Your data'].Projekt),
     !(Value in _data)
     )
    )

     

     

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

     

    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.

    Imran-Ami Khan

     

     

  • apca Profile Picture
    87 on at

    thanks a lot! its working now how it should be

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