web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

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 256

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
Kalathiya Profile Picture

Kalathiya 401

#2
WarrenBelz Profile Picture

WarrenBelz 334 Most Valuable Professional

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 325 Super User 2025 Season 2

Last 30 days Overall leaderboard