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

See when key Fabric features will launch and what’s already live, all in one place and always up to date. Explore the new Fabric roadmap

Reply
Hussein_charif
Helper IV
Helper IV

Circular dependency

i have 2 tables, customers and salesteam. in the customers table, i have a column sales team that was added with a lookup() dax function that gets the Salesteam[salesteam.name] by doing a lookup on the salesteam[salespersoncode] that matches the customers[salespersoncode]. i dont know why it was done like that,  but there was a dependency error in the relationship when we tried to remove that salesteam column and just do a relationship between both tables on salespersoncode.


i want to make a relation between both tables, because my row level security that is filtering on the salesteam wont work where the salesteam filter is taken from the customers table. when i tried to make a relationship for both tables on [salesteam], i got an error :
circular dependancy was detected : customers[salesteam].

any suggestions to fix the issue?

1 ACCEPTED SOLUTION
vojtechsima
Super User
Super User

Hello, @Hussein_charif ,

I would try removing all calculated columns in both tables and redo them in Power Query.

Then I would try again.
My theory is that a couple of columns need both tables alive and functioning. Which would not be case with remove lookup.

View solution in original post

4 REPLIES 4
vojtechsima
Super User
Super User

Hello, @Hussein_charif ,

I would try removing all calculated columns in both tables and redo them in Power Query.

Then I would try again.
My theory is that a couple of columns need both tables alive and functioning. Which would not be case with remove lookup.

i re-did the column in power query by a merge, and it worked, thank you!

@Hussein_charif  amazing, happy to help.

okay, i'll try that and get back to you. thank you!

Helpful resources

Announcements
May PBI 25 Carousel

Power BI Monthly Update - May 2025

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

May 2025 Monthly Update

Fabric Community Update - May 2025

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