This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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 tables based on various fields into one spot.
I'm newer to PBI and the easiest way for me to validate & create this column was by using variables.
The problem I am running into is that I need to use this calculated column to join with another table, but when I go to make the relationship I get the error that 'Lookup Customer Sector' can't be used due to circular dependencies.
Can someone please help me figure out a way to write this calculated column that removes the circular dependencies?
Solved! Go to Solution.
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
thank you! I will work on moving this over to Power Query
Hi,
Share data in a format that can be pasted in an MS Excel file. Show the expected result very clearly. Explain the business logic clearly.
I have converted an excel formula into a calculated column
Don't do that. Power BI is not Excel. Formulate the business problem and then design a native solution based on Power BI's capabilities.
As @krishnakanth240 mentioned one of the recommended approaches to get rid of the circular dependency is to push that column generation up into Power Query.
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
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 34 | |
| 26 | |
| 25 | |
| 22 | |
| 18 |
| User | Count |
|---|---|
| 65 | |
| 35 | |
| 32 | |
| 25 | |
| 23 |