Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building 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)

  • Universal_Power Profile Picture
    67 on at
    Re: Selecting items for a month in a sharepoint list

    Awesome that worked perfectly! Thanks!

  • Verified answer
    BhaskarDhone Profile Picture
    810 Super User 2025 Season 1 on at
    Re: Selecting items for a month in a sharepoint list

    try this

    Filter(
     [@Leave],
     Year(StartDate) = Year(Today()) && Month(StartDate) = Month(Today())
    )

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

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,679 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 66,015 Most Valuable Professional

Leaderboard