Hello everyone,
I'm kinda new to Powerapps and I've been trying to filter a gallery according to some tutorials. So, im using a sharepoint list where theres a date field. When I tried to filter with DateDiff, where should only bring the last 7 days of records , it just doesnt bring anything. It worked before, but now its not working anymore. The formula im using is :
Filter(Responses_1;User = User().FullName; DateDiff(Reporting_Date;Today();Days) < 7)
Where should bring only the records from the user who is consulting the app and the reporting_Date should be with 7 or less days. When I remove the DateDiff, it brings all the results from that user, and there I can see theres results from 13 and 14 of March and when I applied the DateDiff, these results dont show at all.
Am I doing something wrong and/or is there something wrong in my formula?
Thank you !