I hope this is self-explanatory. I can't seem to get this to work. returns blank result.
Sum(Filter('Extrusion Replenishment',Created>DatePicker1.SelectedDate,Created<DatePicker1.SelectedDate+1),Kg)
the following returns a result. But obviously I need it to sum only the date selected. not everything past the date selected.
Sum(Filter('Extrusion Replenishment',Created>DatePicker1.SelectedDate),Kg)
any help is appreciated. cheers

Report
All responses (
Answers (