The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I got many tables, I would like to do the following:
(all table have same columns name, and they exactly equal)
example with 2 columns now
table 1 | table 2 | |||||||||||
company name | profit | cost | company name | profit | cost | |||||||
output | profit | cost | ||||||||||
company name table 1 | ||||||||||||
company name table 2 | ||||||||||||
in Query editor you can append table 1 & 2, the button is in the Home ribbon on the right
in DAX you can create a new table using UNION
https://msdn.microsoft.com/en-us/query-bi/dax/union-function-dax
I'd recommend first approach as then you can only have the full table loaded to the model, while with DAX there will be at least 3 tables loaded