Forum Discussion
Winter_king94
Helper I
5 months agoRemove circular dependency from calculated column
Hello, I have converted an excel formula into a calculated column. This calculated column (Lookup Customer Sector) produces the exact results I need, which is combining the sector from multiple table...
- 5 months ago
Because calculated column uses LOOKUPVALUE across tables that are related to same table creating a dependency loop.
So, do not use a calculated column and convert it into a measure or power query column. Move this logic to power query, merge tables step by step like your VAR logic and create the column there
Winter_king94
Helper I
5 months agothank you! I will work on moving this over to Power Query
- krishnakanth2405 months ago
Super User
You're welcome Winter_king94! Sure