I am fairly new to Power Query and I am trying to create a function that looks up a specific field and returns the value of an associated column (basically like a vlookup function) to be used in a custom column function.
From what I have found there seems to be no Power Query (M) code function to this, so I need to create my own. Is that true? I am not just merging tables, but trying to use a lookup value to feed a variable in my custom column function.
I appreciate any insights or guidance on how to handle this problem. I am trying to avoid creating parameters to which I have to add information into that already exists in one of my default tables in the spreadsheet. Seems redundant and a prone to errors if I duplicate that effort.
Bookmarks