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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Circular dependency and Relationship

I have 2 tables: Master and Logs.

I'm making a report with a matrix where I use data from both tables so I need to have a relationship between them.

I have a long string that I'm using as unique IDs to join both tables, but when I try to set the relationship, I receive the error "A circular dependency was detected". Now, I understand this error is because to get the ID in Logs, I make a LOOKUPVALUE search in Master.

I really need to make a search in Master in order to define the ID for Logs, is the only way I can get the correct ID.

 

Let me know what other information you need.

3 REPLIES 3
parry2k
Super User
Super User

@Anonymous how you are getting the id in log table? Not sure why you can set relationship based on the common field between these tables.



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

Anonymous
Not applicable

Thanks for your reply, @parry2k 

 

I have this formula:

ID = IF(ISBLANK(LOOKUPVALUE('Master'[ID],'Master'[ID],Logs[IDcomplete])),IF(ISBLANK(LOOKUPVALUE('Master'[ID],'Master'[ID], Logs[IDOnlyProject])),"NOT FOUND IN MASTER",Logs[IDOnlyProject]),Logs[IDcomplete])
 
So basically in Logs I have 2 IDs, and for deciding which one to use I make a search in Master.

Hi @Anonymous ,

Here is a good refresher on circular dependencies: https://www.sqlbi.com/articles/avoiding-circular-dependency-errors-in-dax/

If you still need help, please share a dummy pbix file which can reproduce the scenario, so that we can help further investigate on it? You can upload it to OneDrive and post the link here. Do mask sensitive data before uploading.

Best  Regards,

Cherry

 

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors