Forum Discussion
andrea_chiappo
6 years agoHelper III
Two 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
6 years agoCommunity Support
- andrea_chiappo6 years agoHelper 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