Forum Discussion

pelowski's avatar
pelowski
Helper III
6 years ago
Solved

Changing context of column reference in each statement

What I would like to do here is dynamically reference a column name in a previous PQ step from within an each statement.  Does this require an Expression.Evaluate operation?  How can I refer to a cha...
  • HotChilli's avatar
    HotChilli
    6 years ago

    Put

    Table.Column(Data, [Column])

    in the brackets for the List.Distinct

     

    It's quite powerful but difficult to find.