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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Skrnz63
Regular Visitor

Impact of duplicate table, and calculated table

Hello, i manage big data in a Power BI, and with Power Query, the merges take too long time. So I decided to switch on DAX. But before starting, i wanted to know if a lot of NATURELLEFTOUTERJOIN on big calculated table, duplicate table and other operations with table in DAX can affect the performance of the report. Not the refresh but the report. 

 

I just started and i figure out that my file went from 180 000 to 330 000 Ko with just a duplication of table and a LEFT JOIN between 2 big table (because the LEFT JOIN in DAX don't want same name of column in both table and i can't change the columns name in original table, so i have to duplicate the table). I'm worried about the performance that my report may take.

 

What is your opinion and what are your advices ?

1 REPLY 1
v-jingzhang
Community Support
Community Support

Hi @Skrnz63 

 

Duplicating a table will create a total copy of the original table. It connects to the same data source and repeats all transformation operations, then imports data into the model. So I think it will double the size of the data. 

 

I think perhaps you can try merging a table to itself? It has (Current) suffix for itself when selecting the second table. 

vjingzhang_0-1683879449608.png

 

Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors