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 / Date range sorting and...
Power Apps
Unanswered

Date range sorting and filter

(0) ShareShare
ReportReport
Posted on by 4

Hi All,

 

I am currently building an app to report issues on machines at our site - I have the following code to view the last 30 days of issues however it will not fetch the data between these dates - I have also tried two date picker boxes but results are the same.

 

This is on a large data set on a SharePoint list, if I remove the date selection it loads data from 2020

 

Any help appreciated

 

With(
{wCode: 'New cell'},
Sort(
Filter(
wCode,
(CellDbox.SelectedText.Value = Cell) &&
(MachineDbox.SelectedText.Value = Machine) &&
(Today()-30 <= Date) &&
(Today() >= Date)
), ID,SortOrder.Descending))

 

 

Screen capture.JPG
Categories:
I have the same question (0)
  • victorcp Profile Picture
    2,350 Moderator on at

    As far as I can see, when you calculate date inside a filter, this calculation make the filter non delegable and will filter the first 2000 itens of your datasource.

     

    Try creating a variable to store the 'Today()-30' and use this variable in your filter.

     

    Let me know if this works

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 May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 474

#1
Valantis Profile Picture

Valantis 474

#3
WarrenBelz Profile Picture

WarrenBelz 375 Most Valuable Professional

Last 30 days Overall leaderboard