Sep 25 2022 09:32 AM - edited Sep 25 2022 01:18 PM
Hi,
How can get the expected table value for each days using Power Query. I have the values of the last four days, i just only want to get the last three days of them. I try to use Append Queries to approach that. But I don't know exactly how to get the last three days.
Can you give me some advices.
Thank you.
Sep 27 2022 05:42 PM
Solution
You can use Excel.CurrentWorkbook() and it is going to bring all the tables that you have in the workbook. Then you could just filter or another solution was to group by date, then sort in ascending order and filter for the bottom 3 rows.
Oct 13 2022 06:33 PM
Sep 27 2022 05:42 PM
Solution
You can use Excel.CurrentWorkbook() and it is going to bring all the tables that you have in the workbook. Then you could just filter or another solution was to group by date, then sort in ascending order and filter for the bottom 3 rows.