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

Get inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.

Reply
Jocie
Frequent Visitor

Reference vs Duplicate tables in Power Query, Power BI

Hi Everyone,

 

I have a weird situation in the tables in Power BI.  There is a big parent table that gets loaded into Power BI from SQL Server.  Once it is loaded into Power BI, multiple subsets gets created depending on various criteria.  And all the subsets have to interact with each and with the parent table through various filter selections.  I am able to achieve this through Power Query.

 

My doubt is, which practice is good ?  Is making a subset out of the parent table through "reference" option or "duplicate" option in Power Query?  I know using reference is a neat way of replicating things.  But my concern in this scenario is the performance, specially if they have to behave independently with a big volume of data and interactions. 

 

Any help/thoughts/ideas are appreciated.

 

Thanks in advance.  

Cheers.

 

 

 

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Jocie , If you want to create a reference, do not do a change in the original script.

It should be like

Base Table

Created D1,D2, D3

Created a Fact Using Base Table, D1, D2, D3 using merge as new.

 

If you want to change something to base, then before any change duplicate else you will have all the steps, when you copy.

 

I would prefer the first approach. not to disturb the base table

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@Jocie , If you want to create a reference, do not do a change in the original script.

It should be like

Base Table

Created D1,D2, D3

Created a Fact Using Base Table, D1, D2, D3 using merge as new.

 

If you want to change something to base, then before any change duplicate else you will have all the steps, when you copy.

 

I would prefer the first approach. not to disturb the base table

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!

FebPBI_Carousel

Power BI Monthly Update - February 2025

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

March2025 Carousel

Fabric Community Update - March 2025

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

Top Solution Authors