Forum Discussion

Jorgast's avatar
Jorgast
Resolver II
8 years ago
Solved

Union Table with different data

Hello Fellow Power BI friends,   I am trying to join 2 tables together. The data is so large that I know I have duplicate account numbers and cases. I created an account number table to join the sa...
  • Anonymous's avatar
    Anonymous
    8 years ago

    Hi Jorgast,

     

    Dax function not support to merge different tables who has different column amounts/name.

    You need to select column and modify column name to keep them has same structure, then you can union these modify tables.

     

    Regards,

    Xiaoxin Sheng