Forum Discussion
LyonsBI_BRL
4 years agoHelper III
Calculate Two Columns - Subtracting
Need a bit of help this morning on a calculated column I'm working on. I'm recieving the error message A Circular Dependency was detected Column A first calculated revenue with the forumula below...
- 4 years ago
Your Computed Costs measure looks odd to me. Can you simplify it to this?
Computed Costs = ( 'Revenue'[October Billable Hours] * ' Revenue'[payRate] ) + 'Revenue'[Cost Burden]
AlexisOlson
4 years agoSuper User
Great. If you use that simplification instead, I don't think you'll get the circular reference error.
LyonsBI_BRL
4 years agoHelper III
That did it thank you!