Forum Discussion
Anonymous
8 years agoNot applicable
Filter date until this month
Hi, I have Leave Data from dynamics. So I have 2 types of leave, 1 is Leave Credit, and 1 is Annual Leave. the Leave Credit data is already loaded until the end of the year. Example: we have 2...
- Anonymous8 years ago
Already found the answer!
= Table.SelectRows(#"Name of Previous Step", each [pafo_EstimatedEndDate] <= DateTime.LocalNow())
Just want to share if someone needs it :)
Thanks!
Anonymous
8 years agoNot applicable
Up, hoping someone can help
Anonymous
8 years agoNot applicable
Already found the answer!
= Table.SelectRows(#"Name of Previous Step", each [pafo_EstimatedEndDate] <= DateTime.LocalNow())
Just want to share if someone needs it :)
Thanks!