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 / Add Checkbox filter to...
Power Apps
Unanswered

Add Checkbox filter to datatable

(0) ShareShare
ReportReport
Posted on by 262

Hi All,

 

I have a Datatable with a field called Status, which is either delivered or Not Delived.  This datatable has Filter on it already, 

Skybluekid_0-1685536021068.png

What I would like to do is when the check is ticked, it will only show the Delivered items and unchecked it will show all.  I have already tried the OnCheck option for the checkbox

 

Any assistance would be appreciated.

Categories:
I have the same question (0)
  • cha_cha Profile Picture
    4,932 Moderator on at

    Hello @Skybluekid 

     

    If your Status column is choice type

     

    Filter('YourTable', 'YourHiddenColumn'=ComboBox1.Selected.Value, If(CheckBox1.Value, Status.Value="Delivered", true))

     

     

    If your Status column is text:

     

    Filter('YourTable', 'YourHiddenColumn'=ComboBox1.Selected.Value, If(CheckBox1.Value, Status="Delivered", true))

     

     

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!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 542 Most Valuable Professional

#2
Haque Profile Picture

Haque 206

#3
Kalathiya Profile Picture

Kalathiya 201 Super User 2026 Season 1

Last 30 days Overall leaderboard