Forum Discussion
Anonymous
6 years agoNot applicable
DAX > M Query - LOOKUPVALUE
Any tips on how to convert this DAX over to M? The below displays as expected but I need the transformation to occur in Power Query to conduct subsequent steps on the existing [From Date] and gen...
lbendlin
Super User
6 years agouse Table.AddColumn() with a custom function as column generator. Inside the function you can apply the lookup to your reference table.