gheyman
Well-known Member
- Joined
- Nov 14, 2005
- Messages
- 2,347
- Office Version
- 365
- Platform
- Windows
I know how to create a list from a table, where the user enters info, and use that to "Filter" data.
Example: #"Filtered Rows" = Table.SelectRows(ModelPropricer_vdataProposalMaterial, each List.Contains(SelectedProposal,[ParentId]) or List.NonNullCount(SelectedProposal)=0)
How can I do something similar with a date? I want to filter to a date but I want it where it filters to equals or is greater than the date.
The name of the list is Start_Date [Start Date]
The name of the table I am filtering is Search_Results and the field I want to filter is StartDate
Thanks for the help and lesson!
Example: #"Filtered Rows" = Table.SelectRows(ModelPropricer_vdataProposalMaterial, each List.Contains(SelectedProposal,[ParentId]) or List.NonNullCount(SelectedProposal)=0)
How can I do something similar with a date? I want to filter to a date but I want it where it filters to equals or is greater than the date.
The name of the list is Start_Date [Start Date]
The name of the table I am filtering is Search_Results and the field I want to filter is StartDate
Thanks for the help and lesson!