Forum Discussion
circular dependency error
- Anonymous4 years ago
I recommend trying to create the same expression as a measure instead.
- Anonymous4 years ago
I recommend reading what Marco Russo wrote about the differences between calculated columns and measures for the best answer to your question: Calculated Columns and Measures in DAX
- Anonymous4 years ago
You're welcome. Creating a measure in place of a calculated column has worked for me as a quick fix, but it might not always be the right solution. The SQLBI guys explain how to handle circular dependencies while maintaining a calculated columns, here.
- Anonymous4 years ago
Thank you once again, this one is more helpful 👍
Dear bchager,
Column will be fine
I recommend trying to create the same expression as a measure instead.
- Anonymous4 years agoNot applicable
sure, i will do that, thank you
can you please explain why this circular reference issue came with column creation
- Anonymous4 years agoNot applicable
I recommend reading what Marco Russo wrote about the differences between calculated columns and measures for the best answer to your question: Calculated Columns and Measures in DAX
- Anonymous4 years agoNot applicable
thank you very much , it was an enlightening experience