Forum Discussion

sabeensp's avatar
sabeensp
Helper IV
7 years ago
Solved

Joining Table using DAX

Hello,   I'm creating a table using DAX in Power BI, but need help with the RETURN Part of the DAX. MyTable = VAR MyTable1 = SELECTCOLUMNS( 'MyTable1', "COl_1", 'MyTable1'[COL_1], "COL_2", ...
  • Anonymous's avatar
    Anonymous
    7 years ago

    I'd start here:

    https://docs.microsoft.com/en-us/powerquery-m/power-query-m-reference

     

    You will want to use Append or Merge. Load your data and go to Power Query ( Home-->Edit Queries-->Edit Queries). That will take you to Power Query and then in there go to the Home tab-->Combine (far left) and mess aroudn with the Merge and Append buttons. Each will take you to a wizard which should help greatly. Give it a shot and come back with any questions.