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 / Item Statement to filt...
Power Apps
Answered

Item Statement to filter by counting Falses = 0

(1) ShareShare
ReportReport
Posted on by 107
I have a screen that I am using act as a Status Report screen
 
I have a Vertical gallery displaying data with a progress bar control
 
Item Statement:
GroupBy(Filter(ECI_Dies_1,Business_unit=Dropdown3.SelectedText.Value),eci_id,product,Purpose,Priority,content,cavity,completed)
 
Since the data source (SP list) is Patched records where ID number is allowed to be duplicated and the uniqueness comes from a different column.
the completed column is a Yes\No checkbox in SP list. 
 
how can I ammend this statement to also exclude any of the groups of eci_id's where all the records 
Here is a sample of the gallery data. above the progress part represents the number of child records that have a matching eci_id
(the first number on the left side). in this case i would like AACT-0106 to not show in the gallery because 7 of 7 are complete
 
 
What i TRIED was adding a count to the criteria in the filter statement but it produced an error that showed no data.
 
Categories:
I have the same question (0)
  • Verified answer
    WarrenBelz Profile Picture
    155,212 Most Valuable Professional on at
    Probably something like this
    AddColumns(
       Filter(
          GroupBy(
             Filter(
                ECI_Dies_1,
                Business_unit = Dropdown3.SelectedText.Value
             ),
             eci_id,
             product,
             Purpose,
             Priority,
             content,
             cavity,
             Grouped
          ),
          CountRows(
             Filter(
                Grouped,
                complete
             )
          ) <>
          CountRows(Grouped)
       ),
       Summary,
       CountRows(
          Filter(
             Grouped,
             complete
          )
       ) & "/" & CountRows(Grouped)
    )
     
    Please click Does this answer your question 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 a Like.
    MVP (Business Applications)     Visit my blog Practical Power Apps    Buy me a coffee
  • CP-23071818-0 Profile Picture
    107 on at
    That worked! had to make a tweek to change a field since the data was imported to the SP list initially (out of my lack of understanding) i had to use Field_2 to read the completed column but it works thank you!

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 633

#2
11manish Profile Picture

11manish 588

#3
Valantis Profile Picture

Valantis 457

Last 30 days Overall leaderboard