Power BI – Union in DAX
In Power BI, through DAX we have the ability to combine 2 tables. We can do this using the UNION function. In Power BI Desktop, select New Table: We have 2 existing tables, East Region Sales and West Region Sales, with the same number of columns. We will combine the two in a Sales table. You will see: Add the code: The combined table shows data from both tables: