Forum Discussion
LucasFioriniBra
3 years agoFrequent Visitor
Circular Dependency
Good evening people! I'm trying to calculate a new column using a measure and another calculated column, but I get a circular dependency error: HT Mix =
VAR UF = [Measeure]
return
(UF...
- 3 years ago
Please see this article. Basically, you need to use ALLEXCEPT in your expression to exclude the other calculated column.
Understanding circular dependencies in DAX - SQLBI
Pat
mahoneypat
3 years agoMicrosoft Employee
Please see this article. Basically, you need to use ALLEXCEPT in your expression to exclude the other calculated column.
Understanding circular dependencies in DAX - SQLBI
Pat