What I want to show is only the record that the app was analyzed last (createddatetime) . That means, from the table it should show just the record for 2021-11-24
The App Name field has already the following expression =Aggr(Only({<[App Publish Date] = {'$(=Date(Today(),'YYYY-MM-DD'))'}>}[AppNameUnique]),[AppNameUnique])
Please let me know how to achieve the desired result.