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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
Walt1010
Helper IV
Helper IV

Creating a reference table and then appending it - How can I still use old reports?

I performed some analysis using a Base table, and have build my reports from it.

The I had a brainwave and created a reference table ("Ref") from my Base table ("Base"). I made the changes in the Ref table and now want to append it back, becasue i still want to use all the reports I've created.

However I can only append the Base table to the Ref table, not the other way around, presumably because that was how I created the reference table. If I try the other way I get the "cyclic reference" error.

My question: how can I append the 2 queries together so that my reports will run off the 2 appended query?

1 ACCEPTED SOLUTION
Sergii24
Super User
Super User

Hi @Walt1010, the problem is exactly in "cyclic reference" because table "Ref" is referenced from "Base". To solve the issue, instead of creating reference, you can copy paste the code from "Base" table in "Ref". In such way they will be independent and can be appended.

If you want to avoid connecnting to the data source twice, you can try to use "append as new" in this way evethough, you're referencing the "Base" table you should be able to append them. Then turn off "Base" and "Ref" loading into data model and keep only new append.

I hope it helps! 

View solution in original post

2 REPLIES 2
Sergii24
Super User
Super User

Hi @Walt1010, the problem is exactly in "cyclic reference" because table "Ref" is referenced from "Base". To solve the issue, instead of creating reference, you can copy paste the code from "Base" table in "Ref". In such way they will be independent and can be appended.

If you want to avoid connecnting to the data source twice, you can try to use "append as new" in this way evethough, you're referencing the "Base" table you should be able to append them. Then turn off "Base" and "Ref" loading into data model and keep only new append.

I hope it helps! 

Hi there, thanks. Justa followup:

 

"... instead of creating reference, you can copy paste the code from "Base" table in "Ref".". So you mean replicate the whole query to that point? Thats a good idea, thanks!


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.