Forum Discussion
Circular dependency with three related tables
Hello ReadTheIron ,
Please Check if bidirectional filtering is enabled between the tables. If it is, and you don't need it for this specific calculation, disable the bidirectional relationship between AMPHistory and CurrentAMP in the EquipmentFiltered table. You can temporarily disable it to see if that resolves the circular dependency. If bidirectional filtering is necessary, you might need to introduce calculated columns or temporary tables in your formula to avoid the circular dependency..
If you find this helpful , please mark it as solution which will be helpful for others and Your Kudos/Likes are much appreciated!
Thank You
Dharmendar S
Thanks for the suggestion! Yes, bidirectional filtering is enabled, but, as I mentioned, I need that for other visuals in the report. Also, I tried temporarily disabling it, and it didn't affect the circular dependency.