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
Anonymous
6 years agoNot applicable
Can I have a working file for my reference