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 gallery on the ...
Power Apps
Answered

Filter gallery on the last 7 days and filter by display name in combo box

(0) ShareShare
ReportReport
Posted on by 34

HI,

 

I have a gallery which uses this function: Filter('Raise New Idea','Last Updated' <= Today() && 'Last Updated' > DateAdd(Today(),-7,Days)). To filter on the last 7 days from SharePoint list.

 

on another gallery I want to filter on the last 7 days but then filter on developer.displayname from combox 

 

The current function on the new gallery is: Filter('Raise New Idea', Developer.DisplayName in ComboBox1.SelectedItems)

 

how do I combine: Filter('Raise New Idea','Last Updated' <= Today() && 'Last Updated' > DateAdd(Today(),-7,Days)) and Filter('Raise New Idea', Developer.DisplayName in ComboBox1.SelectedItems) together ?

Categories:
  • Verified answer
    v-bofeng-msft Profile Picture
    Microsoft Employee on at

    Hi @jsmith2094 ,

     

    Please try:

    Filter(
     'Raise New Idea',
     'Last Updated' <= Today() && 
     'Last Updated' > DateAdd(Today(),-7,Days) &&
     Developer.DisplayName in ComboBox1.SelectedItems
     )

     

    Best Regards,

    Bof

  • jsmith2094 Profile Picture
    34 on at

    @v-bofeng-msft you are a legend !!! that worked perfectly!!!! thank you so much 

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

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 382 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 329

#3
WarrenBelz Profile Picture

WarrenBelz 187 Most Valuable Professional

Last 30 days Overall leaderboard