Forum Discussion
sglee
2 years agoFrequent Visitor
Circular dependency was detected
When I create a new column, power bi auto creates another new column at back end and no show in my data table causing error for circular dependency was detected. No "column" field found in ...
Musadev
2 years agoResolver III
Hi sglee
If your code looks correct, that is if you do not see any obvious circular dependencies, then there are two possible causes for a hidden circular dependency:
- You are using context transition inside a calculated column.
- You are creating a relationship that involves either a calculated column or a calculated table.
Please check the link for more details and also share the Data model screenshot.
sglee
2 years agoFrequent Visitor
I has been using this code for other report and the field in the code is within the same data table. The problem is I not able to found Survey[Column] in my data table. Noticed that after i created [2023 Satisfaction] it will appear [Column] but not found in the Survey data table