Forum Discussion

Jeffery24's avatar
Jeffery24
Helper I
7 years ago
Solved

Using variables in custom column with power query

Hi,   Am new to power query and struggling to find an answer to my issue of a variable lookup column. In my dataset I have lot's of freight shipment data containing date fields, there are subseque...
  • ImkeF's avatar
    7 years ago

    Not exactly sure about your requirement, but could it be this?:

     

    Table.AddColumn(#"Changed Type1", " Setup - Arrival EventA ", each Record.Field(_, #"Arrival EventA")