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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

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
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.