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 / Visible property to hi...
Power Apps
Answered

Visible property to hide few dropdown value options based on another dropdown chosen

(0) ShareShare
ReportReport
Posted on by 1

I have a field in a Powerapps new form which have a field “Refund query” with 2 dropdown option – Customer ticket query and Staff travel ticket query.

 

On choosing, staff travel ticket query option, I managed to remove some of the fields that is not required using the visible property.

 

However, there is another column in the form field named “Category” with drop down options where I want to hide some (3 or more) of the dropdown values, if the Staff travel ticket query is chosen. I am not able to get that formula right. Please help.

 

 

 

 

Categories:
I have the same question (0)
  • jorge.daniel Profile Picture
    1,430 Super User 2024 Season 1 on at

    Hi,

     

    You can check multiple conditions in the visible property. Something like 

     

    If ( Dropdown1.SelectedText.Value = "A" && Dropdown2.SelectedText.Value = "B", false, true)

     

    Regards

  • Verified answer
    v-qiaqi@microsoft.com Profile Picture
    Microsoft Employee on at

    HI @Jeena,

    Have you solved your problem?

    Do you want to hide some options from the Category dropdown list when you select the Staff travel ticket query from Refund query dropdown list?

    Could you please share a bit more about your need?

     

    You could set the Items of the dropdown control as below to hide some of the options:

    If(dp_RefundQuery.Selected.Value="Staff travel ticket query",
     Filter(Choices(List.Category),
     !(Value="Value1"&&Value="Value2"&&Value="Value3")
     )
    )

    Here I assume the Category is a Choice field. If the Category is a Text column, just tell me how you set the Items property of the Category dropdown control

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 Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 335 Most Valuable Professional

#2
11manish Profile Picture

11manish 166

#3
sannavajjala87 Profile Picture

sannavajjala87 71 Super User 2026 Season 1

Last 30 days Overall leaderboard