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 have custom column which works perfectly. When I copy the table and copy the same custom column (with the relevant parts of the formula changed to reference the new table) it says there is a circular dependency. To be clear, the new table is identical to the old one, but is simply connecting to a new instance of Salesforce.
So my question is why does a custom column work perfectly with one table, and then has an error when doing exact the same thing in a n exact copy of the table?
To be fair, PBI was trying to ask me to report this as an error, so I guess it's just another example of how amazing PBI is...
@Anonymous , Copy of the formula, should not give a circular error. But when you are using tablename<column name>, it might be referring to another table, which you can not do directly.
https://www.sqlbi.com/articles/avoiding-circular-dependency-errors-in-dax/