Forum Discussion
Circular Dependency Workaround
- 9 years ago
Hi Anonymous,
I try to reproduce your scenario and create the following sample table.
1. Create calculated column using the same formula.DatesBetween = IF(ISBLANK(BILLING[Client Due Date]),BLANK(),(BILLING[Cash Deposit Date] - BILLING[Client Due Date])*1)
2. Create a calculated column to get the average using the formula instead of measure. You'd better change it to int data type using INT function.Average Time to Pay = INT(AVERAGE(BILLING[DatesBetween]))
3. Create a calculated column using the formula, and get expected result, please see the following screenshot.Column 2 = IF(ISBLANK(BILLING[Client Due Date]),BLANK(),BILLING[Client Due Date]+BILLING[Average Time to Pay])
Please don't hesitate to ask if you have other issue.
Thanks,
Angelia
Hi all, I'm trying to fix the below issue on my visual, where the months are listed randomly, but a circular depency error is preventing me from sorting by [Month Sort Order]
I have created the below table, one column at the time
When I try to sort by month I get this error message
Any advice would be greatly appreciated!