The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi All,
I have two tables in power bi like - Dispatch_ref and Derived_fod as one to many relationship.
when I try to create a calculated column in dispatch_ref table. "A circular dependency was detected: Dispatch_ref[Column], Dispatch_ref[Picked], Dispatch_ref[Column]". Iam facing issue with this.
I have checked all resources to resolve this but i couldn't find solution for this. Can any one please help me to fix this
@dax @dadaday @daxdax @daxdaxdax @mPower
Hi @SurendraD ,
Given the error message you shared, it appears that the calculated column you are trying to create in the table somehow ends up referencing itself.
I suggest you create measure instead of calculated column to achieve your needs.
Here is a case solution that may be useful to you:
Solved: Circular Dependency on Calculated Columns - Microsoft Fabric Community
If you want a deeper understanding of circular dependencies, see below:
Understanding circular dependencies in DAX - SQLBI
If you have any further questions please feel free to contact me.
I would be grateful if you could provide me with sample data for testing, please remove any sensitive data in advance.
Best Regards,
Yang
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!