Forum Discussion
andrea_chiappo
Helper III
6 years agoTwo identically calculated columns, one circular dependency error message
I have (among other) the following two tables: DimGroups[groupID] <-> DimGroupsUsers[groupID] where the arrow indicates that there's a two-way relationship linking the tables via the dimension [gr...
v-chuncz-msft
Community Support
6 years ago- andrea_chiappo6 years ago
Helper III
there is already a many-to-one relationship
but the following
fatherGroupDescription = LOOKUPVALUE(DimGroups[description], DimGroups[groupID], RELATED(DimGroupsUsers[groupID]))returns an errorYet, I don't understand why creating a column using LOOKUPVALUE the first time works, while the second it doesn't