Forum Discussion
Anonymous
6 years agoNot applicable
Sort column by today's date
Hi I wish to filter Lease end date column by today's date which is available in table in query editor Please help
Nathaniel_C
6 years agoCommunity Champion
Anonymous ,
= Table.SelectRows(#"Changed Type1", each [date] = Date.From(DateTime.LocalNow()))
You don't need to create a column.
Let me know if you have any questions.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.
Nathaniel
- Anonymous6 years agoNot applicableCan I have a working file for my reference
- Nathaniel_C6 years agoCommunity Champion
Anonymous ,
Add this in the Advanced Editor.
Let me know if you have any questions.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.
NathanielTable.SelectRows equals filter
#"Changed Type1", is my previous step
each [date] date is my column name
Date.From(DateTime.LocalNow())) gets today's date, and formats it as a date
- Nathaniel_C6 years agoCommunity Champion
- Anonymous6 years agoNot applicable
it's filter by today, i wish to display upcoming lease end date as weel in the table