chrisgarcia78
New Member
- Joined
- Jun 15, 2024
- Messages
- 31
- Office Version
- 2021
- Platform
- Windows
i, I have the following query in the advanced editor and it shows the current day and after, but I would like to adjust it to show the following day and after, excluding current and previous days.
#"Filtered Rows" = Table.SelectRows(#"Sorted Rows", each [Start] > DateTime.From(DateTime.LocalNow()))
Thank you in advance.
#"Filtered Rows" = Table.SelectRows(#"Sorted Rows", each [Start] > DateTime.From(DateTime.LocalNow()))
Thank you in advance.