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 / Filter with 2 conditio...
Power Apps
Answered

Filter with 2 conditions on Gallery

(0) ShareShare
ReportReport
Posted on by 4

Hi there,

 

I am struggling to get my gallery to filter to 2 set conditions. 

 

It is connected to an online Excel Sheet (table3)

I need the gallery to filter to the user and only "Active" projects in the Active? Column.

 

I have used the following formulas on the gallery so far, but it does not filter "Active" projects

 

Filter(Table3, 'Associate Email' = Office365Users.MyProfileV2().mail , "Active" in Lower('Active?'))

Filter(Filter(Table3, "Active" in Lower('Active?')), 'Associate Email' = Office365Users.MyProfileV2().mail)

 

I also have a little triangle at the top, so If someone can advise how to set this up so that it can deal with a larger data set would be amazing!

 

Looking forward to hearing back from you

 

kind regards

Stefan

 

Categories:
I have the same question (0)
  • Verified answer
    WarrenBelz Profile Picture
    155,544 Most Valuable Professional on at

    Hi @Stefan3663 ,

    The "triangle" is a Delegation warning as both the in Filter and Lower() are not Delegable - you can try

    Filter(
     Table3, 
     'Associate Email' = User().Email && 
     StartsWith(
     'Active?',
     "Active" 
     )
    )

     

    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.

    Visit my blog Practical Power Apps

     

  • Stefan3663 Profile Picture
    4 on at

    This is great! Worked like a charm. Thanks Warren

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 Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 387

#2
timl Profile Picture

timl 340 Super User 2026 Season 1

#3
Vish WR Profile Picture

Vish WR 301

Last 30 days Overall leaderboard