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

Table append issue

Hi All

    I have Table 1 source from share point and did some additional steps like adding additional columns,

    Then I extracted Table 2 by using distinct option on Table 2.

Now if I tried to append Table 2 to Table 1 its showing circular dependency error. Can anyone help me in sorting this issue.

 

Note: I need the appended values under Table 1 only because we are already using the data from Table 1 and created visuals.

 

Thank you

1 ACCEPTED SOLUTION
Kesavaraman
Frequent Visitor

without duplicating the table 1, create the table 2 from the sharepoint source and apply all the required calculated formula( you can replicate the same calculated steps as in table 1), and now the append will work without any interuption.

View solution in original post

9 REPLIES 9
Kesavaraman
Frequent Visitor

without duplicating the table 1, create the table 2 from the sharepoint source and apply all the required calculated formula( you can replicate the same calculated steps as in table 1), and now the append will work without any interuption.

v-priyankata
Community Support
Community Support

Hi @Kesavaraman,

Happy to hear that, can you please mark useful reply as accepted the solution to help the other members find it more quickly.


Thanks,
Priyanka.

Kesavaraman
Frequent Visitor

Found some solution, thank you all who responded to my query

 

AntrikshSharma
Super User
Super User

@Kesavaraman Circular Dependency means Table1 is dependent on Table2 and at the same time Table2 is dependent on Table1, since you have mentioned you applied some transformation in Table1 I would check is there any reference to Table2 in Table1's query or Table1 in Table2's query.

yeah, got it, I have found some solution. Thank you

v-priyankata
Community Support
Community Support

 

Hi @Kesavaraman,
can you please try below one?

Right-click Table 1 in Power Query and choose "Reference" (not "Duplicate"), then rename it to NewTable to ensure independence from Table 1.

Apply the Distinct operation on NewTable to create Table 2, preventing a direct dependency on Table 1.

Append Table 2 to Table 1, ensuring that Table 2 is sourced from NewTable, thus eliminating the circular reference.

Thanks.

 

Hi I have tried the same but still facing the error

Kesavaraman
Frequent Visitor

Duplicating the base table and creating table 2 out of distinct(duplicate table1) , and appending table 2 to table 1 also didnt work

AnalyticPulse
Super User
Super User

hi @Kesavaraman 
can you try duplicating the base table and then apply the distinct operation?
this might resove circular dependency issue.


Download sample Insurance sector dataset for free 
My Blog: Analytic Pulse

Helpful resources

Announcements
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 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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