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 / Selecting items for a ...
Power Apps
Answered

Selecting items for a month in a sharepoint list

(0) ShareShare
ReportReport
Posted on by 67

I have a sharepoint list and I would like to pull the data from it and display it in a gallery for the month, this is the formula that I used:

Filter([@Leave], StartDate= Today(), -1, Months, "dd/mm/yyyy")

 

This does not work, Is there an alternative? if I use 

Filter([@Leave], StartDate=Today(), "dd/mm/yyyy")

I can get it to display for entries made today but I need it to show all entries for the current month, advice? (Leave is the name of the list, startdate is the name of the column which is entered as dd/mm/yyyy in sharepoint)

Categories:
I have the same question (0)
  • Verified answer
    BhaskarDhone Profile Picture
    1,398 Super User 2026 Season 1 on at

    try this

    Filter(
     [@Leave],
     Year(StartDate) = Year(Today()) && Month(StartDate) = Month(Today())
    )
  • Universal_Power Profile Picture
    67 on at

    Awesome that worked perfectly! Thanks!

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

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 610

#2
Haque Profile Picture

Haque 317

#3
WarrenBelz Profile Picture

WarrenBelz 315 Most Valuable Professional

Last 30 days Overall leaderboard