Hi
i have piece of code like this which is working fine
when i reference 100 into a column getting error
and how can i add AND condition into this like
i have piece of code like this which is working fine
Power Query:
= Table.AddColumn(#"Added Custom", "Custom.1", each List.Select([Custom], each _ > 100))
when i reference 100 into a column getting error
Power Query:
= Table.AddColumn(#"Added Custom", "Custom.1", each List.Select([Custom], each _ > [Sales From]))
and how can i add AND condition into this like
Power Query:
each _ > [Sales From] and each _ < [Sales To]
Last edited by a moderator: