Forum Discussion

Luca2020's avatar
Luca2020
Icon for Helper I rankHelper I
5 years ago
Solved

New Table merge

Hi, I've create a new table using SUMMARIZE and I need to combine this new table with another one (the column names are the same) but I can't see new tables  in the editor.    Thanks
  • Pragati11's avatar
    5 years ago

    Hi Luca2020 ,

     

    The tables what you create using DAX expression are not shown in Query Editor in Power BI. They are just visible in front-end of the Power BI tool.

    Query Editor (back-end) just shows the source data and any tables created within Query editor.

    What you can do is create this summarised table in Query Editor using GROUP BY functionality. Then use it to merge to the relevant table.

     

    Thanks,

    Pragati

  • Luca2020's avatar
    Luca2020
    5 years ago
    Dax UNION()