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 / Nested Gallery Filter ...
Power Apps
Answered

Nested Gallery Filter and Group By

(0) ShareShare
ReportReport
Posted on by 1,512

I have a nested gallery setup and if I do not add the filter to remove a specific criteria it works great.

 

I am trying to add the following to not include Meeting Minutes in the Parent Gallery, I already have it working in the Child.

GroupBy(
 AddColumns(
 Filter( 
 Documents,
 Group.Value <> "Meeting Minutes"),
 "GroupedBy"
 ),
 "GroupedBy",
 " GroupedItems"
)

Any help would be appreciated.

 

 

Categories:
  • Verified answer
    Dorinda Profile Picture
    1,512 on at

    I figured it out

     

    AddColumns(
     GroupBy(
     AddColumns(
     Filter(
     Documents,
     Group.Value <> "Minutes"),
     "GroupedBy",
     Group.Value
     ),
     "GroupedBy",
     "GroupedItems"
     ),
     "CountValue",
     CountRows(GroupedItems)
    )

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