Forum Discussion
Sadath
5 years agoHelper I
List.Select issue
Hi I have a list (SalesList) with sales values I have another table (Table1) with two column (SalesFrom & SalesTo) i need a custom column in Table1 , filter value from SalesList greter than Sale...
- 5 years ago
Please try this instead
= Table.AddColumn(#"Added Custom", "Custom.1", each let value = [Sales From] in List.Select([Custom], each _ > value))
Regards,
Pat
mahoneypat
5 years agoMicrosoft Employee
Please try this instead
= Table.AddColumn(#"Added Custom", "Custom.1", each let value = [Sales From] in List.Select([Custom], each _ > value))
Regards,
Pat