Forum Discussion

LyonsBI_BRL's avatar
LyonsBI_BRL
Helper III
4 years ago
Solved

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...
  • AlexisOlson's avatar
    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]