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
robdan
Frequent Visitor

How to avoid duplicating tables when using "TABLE.COMBINE"

Hi,


I have the following model view: many excel tables (each one containing data for 1 month, for 1 or multiple countries e.g."AUSTRIA_CORP_2403") with customer data all merged togheter (via TABLE.COMBINE) into one main big table (e.g. "DB_CORP".

I would like to know if it is possible to avoid duplicating the data, by keeping only the "DB_CORP" table.

I can't use PowerQuery, since some of this data is coming by offline collections.

Thanks!

robdan_0-1717421136715.png

 

5 REPLIES 5
Anand24
Super User
Super User

@robdan ,
You can create a new calculated dax table using DISTINCT(DB_CORP). This table would return DB_CORP with only unique rows.

ciao @Anand24 , sorry maybe i didn't explain myself properly: i need DB_CORP to contain ALL rows from the multiple "single" tables. 
I was wondering if it is possible, when importing data, to import multiple excel at the same time and merge them togheter in the EDIT QUERY

@robdan ,
You can simply append all the tables in Power Query Editor (Transform Data/Edit Queries). There is an option to append 3 or more tables which you can use. The only issue would be when new month's table comes up when you will have to perform this append again.

Do you mean the "Merge Queries" in the Home page of the edit query? That is what i'm using already by mergin as new.


My idea, in order to decrease the size of the report, would be to only keep the merged table 

@robdan ,
Not merge queries. Merge is Table.NestedJoin while append is Table.Combine. You need to append the various tables. Make sure all tables have same table structures.

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

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