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 / Using Filter on a togg...
Power Apps
Answered

Using Filter on a toggle switch

(0) ShareShare
ReportReport
Posted on by 580

Hi All,

 

I am using this formula to filter results in to a gallery based on a value in the Grade column. 

 

{
 Title: "Apprentice ECSW",
 Items: Filter(
 'NC MST Tracker',
 Grade.Value = "A-ECSW"
 )
 },
 {
 Title: "Waiting EPA",
 Items: Filter(
 'NC MST Tracker',
 'Waiting EPA', "Yes"
 )
 },

I would like to alter one of the filters to look at a toggle result rather than the Grade.Value field. 

 

My toggle result is in a field called Waiting EPA. Toggle Yes/No

 

I have tried a few different approaches but have not been successful. 

 

Anyone with any tips?

Categories:
  • BClouded Profile Picture
    174 on at

    You can set a variable OnCheck and OnUncheck for the toggle, and use that variable in your filter.

  • Verified answer
    WarrenBelz Profile Picture
    156,528 Most Valuable Professional on at

    Hi @AdamH ,

    If 'Waiting EPA' is a Boolean (Yes/No) field, you just need this

    {
     Title: "Waiting EPA",
     Items: 
     Filter(
     'NC MST Tracker',
     'Waiting EPA'
     )
    }

    basically a true/false field just needs to be referred to - if it is true, then the filter show all true instances - if you wanted false, just put 

    !'Waiting EPA'

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it 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 Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 395 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 260 Most Valuable Professional

Last 30 days Overall leaderboard