I have TWO SharePoint lists. One is Projects and one is ProjectUpdates. Projects contains one row per Project (with fields for ProjectName, ProjectManager, Annual Budget) and ProjectUpdates (with fields like BudgetStatus, ScheduleStatus, BudgetSpent, etc.) contains one row for each monthly update of each project. So there are multiple rows in ProjectUpdates for each row in Projects. The two tables are linked through a Lookup field in ProjectUpdates that references the ProjectName field in the Projects table.
This configuration has caused me much heartache, and I'm open to chucking it all and putting all the data in one list if it will simplify my life. But my soul cringes at the thought of duplicating all the "one" data in the "many" table over and over again!
My particular problem is that I want to get the last (most recent) update from the ProjectUpdates table for each project in the Projects table and use the data from all the fields in that record. (If it helps, remember that the ProjectName field is also present as a Lookup in ProjectUpdates). I don't know what combination, in what order, of Filter, Sort, Lookup, GroupBy, etc. will product the desired result.
What complicates the situation (I think) is that I'm doing this in Galleries where the Gallery is based on the Projects table (to get one Item per project) but the gallery also contains fields from ProjectUpdates.
I'm VERY new at Power Apps (although I spent many years working in IT before moving to my current non-IT job 11 years ago), so please have mercy when you share your ideas! Thanks so much.