I have a gallery that is filtered by dropdown selection:
Filter('Time Sheets', Employee.Value = Dropdown2.Selected.Value)
I have two labels at the top of the page which needs to show Hours this week and one label showing hours this month.
It needs to be a sum of the hours in the current week and month.