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)