Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
snifer
Post Patron
Post Patron

build a table from many table

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 nameprofit cost   company  nameprofit cost
             
             
             
             
output    profit cost      
  company name table 1        
  company name table 2        
             

 

 

1 REPLY 1
Stachu
Community Champion
Community Champion

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



Did I answer your question? Mark my post as a solution!
Thank you for the kudos 🙂

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.