I'd like to display a gallery in Powerapps based on any items added in the last 7 days.
I'm trying to use a filter
Something like this
Filter([@'Making a Difference Awards'], "Created">= -7,Descending)
I need help knowing how to get the last 7 days from the list.