Trying to display the reports based on the date filter.
Current Setup :
Datasource is selected in Datatable Items : Dailyinventory.
How to display the filter based table results in the Datatable
Solved! Go to Solution.
Thank you for your initiative and effort.
Formula follows
Filter (Dailyinventory, 'Created On' >= DatePicker2.SelectedDate && 'Created On' <= DateAdd(DateAdd(DatePicker3.SelectedDate;1;Days);-1;Milliseconds))
Following error,
Made an error in pasting as we are using semicolon instead of comma here in Germany. Corrected:
Filter (Dailyinventory, DateColumn >= StartDate.SelectedDate && DateColumn <= DateAdd(DateAdd(EndDate.SelectedDate,1,Days),-1,Milliseconds))
Great . Looks its giving the correct result. Thank you friend.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
181 | |
52 | |
41 | |
39 | |
33 |
User | Count |
---|---|
262 | |
81 | |
71 | |
69 | |
66 |