Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Table Import and Power Query Editor

Hi there,    I have imported three tables of data:   Table One Vendor Product Code Type Year  Quarter   Units  Plastic Weight  Steel Weight Inserted column via power bi new colum Ins...
  • HotChilli's avatar
    HotChilli
    5 years ago

    Power Query doesn't use DAX language, it uses M.

    Yes, there are ways to look up other tables via Table Merge or M but if this is all new to you why don't you append the tables first and add calculated columns in DAX after.  (If this makes sense in your data model)