Hello everyone,
In a SharePoint list, I'm counting rows with a value using Distinct and dates and I'm getting wrong numbers, I'm not sure how I can filter them out by date range in the selected dates!
Can you please help?
With({StartDate:DateFrom_1.SelectedDate,EndDate:DateTo_1.SelectedDate},
CountRows(Distinct(Filter('Attendance',Presence="P" && Program=Label_ONE.Text),Title)))
Thanks a lot