Hi,
I am trying to retrieve only items in my gallery by current week. I have a column [DateStart] and e column [DateEnd]. I also have a calculated column [calcWeekStart] and [calcWeekEnd] which shows the Sunday (first day of the week) in which the [DateStart] falls and shows the Saturday (last day of the week) in which the [DateEnd] falls. If either of those dates are in the current week it should show up in the gallery.
Filter(WorkOrders, calcWeekStart <= Today() And calcWeekEnd >= Today())
In a SharePoint list I use something similar to give me a view by current week. But I can't get this to work in powerapps.