Forum Discussion
Anonymous
6 years agoNot applicable
Find latest time per date / Grouping?
Hi all, I'm trying to wrap my head around the following: I have auto-generated reports for a specific topic. These files are generated each 15 minutes, and I want to select the latest available f...
- 6 years ago
Hi Anonymous ,
Are you, by chance, connecting to a folder? If so, do the following:- Sort Date modified in descending order and wrap the resulting formula in Table.Buffer( <formula in power query>).
- Select Date modified and go to Add Column>Date >Date Only.
- Right-click the newly created column and then select Remove Duplicates which should keep just the first item which is the latest date modified per date.
danextian
6 years agoSuper User
Hi Anonymous ,
Are you, by chance, connecting to a folder? If so, do the following:
- Sort Date modified in descending order and wrap the resulting formula in Table.Buffer( <formula in power query>).
- Select Date modified and go to Add Column>Date >Date Only.
- Right-click the newly created column and then select Remove Duplicates which should keep just the first item which is the latest date modified per date.
Anonymous
6 years agoNot applicable
Thanks, danextian - that worked and was way less complicated than I anticipated.