Forum Discussion
Anonymous
6 years agoNot applicable
Create new table from multiple tables...
Ok. I want to create a new table or view from multiple tables/columns. Can Power BI do that? Thanks
- 6 years ago
Refer this:https://radacad.com/append-vs-merge-in-power-bi-and-power-query
There are other functions like union, selectcolumns , summarize that can do it in Dax.
amitchandak
6 years agoSuper User
Refer this:https://radacad.com/append-vs-merge-in-power-bi-and-power-query
There are other functions like union, selectcolumns , summarize that can do it in Dax.
- Anonymous6 years agoNot applicable
Actually union in combilation with selectcolumns sort of works. I am not seeing all the data I should see. I will look at your link.
Many Thanks
- JustSayJoe3 years agoAdvocate IV
That link talks about joining tables & merging queries. What about when we don't want to join entire tables together? Rather, create a brand new table taking only specific columns from multiple existing tables.