Forum Discussion

laurahoff97's avatar
laurahoff97
Frequent Visitor
2 years ago
Solved

LOOKUPVALUE to conditional column in Power Query Editor

I have two data sets that are connected through a column. Through that connection I was able to do a LOOKUPVALUE column creation and move data from one table into the other. Example below, because di...
  • Greg_Deckler's avatar
    2 years ago

    laurahoff97 DAX calculated columns happen after Power Query processing and thus will not show up in Power Query Editor. You would need to create that column as part of a query in Power Query Editor. Probably via a Merge step.