Hello everyone,
I am building a new power app to filter an excel file (working hours and information about the job) and export the filtered results to a new excel file to show it to the customer, who pays.
The user (project manager or the consultants itself) should filter the consultant name and his working date. I use this video https://www.youtube.com/watch?v=5dSk5iOgT68 of @RezaDorrani to make my app.
My questions are:
1. Why does not show my gallery the whole excel file without entering any filter?
2. Why does this filter not show me the last day of the month?
'Date' >= Date_From.SelectedDate && 'Date' <= Date_To.SelectedDate
If the Date_to date is picked e.g. 31.03.2022, in the gallery it will not shown this date 31.03.2022. Only until 30.03.2022

3. I used excel online as data source. Every month the project manager or the consultants have to update this excel as data source file with the current working times. Are there more smooth solution for this issue? Maybe the consultant can upload an excel file on the app, filter it and send the new filtered excel file? Is this possible with power apps?
Thank you so much!
BR,
Mete