Forum Discussion
Hemanth1717
4 years agoNew Member
A circular dependency was detected
Hello All, Trying to create a calculated column for tracking Previous Month disbursal data and comparing it with current month employee wise but getting circular dependency error. Here is co...
Hemanth1717
4 years agoNew Member
Hi Pragati, Need it for grouping employess based on Calculated column. Need to project values like below
| Movement |
| UP |
| SAME |
| DOWN |
Anonymous
4 years agoNot applicable
Hi Hemanth1717 ,
I just tried to reproduce your problem: create a table Sales Disbursement with field first_disbursal_date and todaysdisbamount and create a calculated column using your formula, it works well... I'm not sure whether I missing something here. Could you please provide some sample data (exclude sensitive data) in your table Sales Disbursement?
In addition, you can review the content in the following blogs to understand and avoid circular dependency error.
Understanding circular dependencies in DAX
Avoiding circular dependency errors in DAX
Best Regards