Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I'm trying to create a calculated column to essentially reproduce the result that I can easily get in a visual. "Equipment" and "Complete" are from AMPHistory, "Remedial Completed" is from CurrentAMP.
However, when I try to write a formula for this column, this is what I get:
I think this is because AMPHistory and CurrentAMP are related through a third table, EquipmentFiltered, on the Equipment/Equipment ID field.
How can I fix this circularity in the calculated column? I need the cross-filtering on those relationships for other visuals in the report.
Hi @ReadTheIron ,
Could you provide sample data and a screenshot of desired result?
Best Regards,
Wearsky
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.