Forum Discussion

rachelbabcock's avatar
6 years ago
Solved

Circular Dependency Error

Hello,   I am having an issue with a Circular Dependency error. I unfortunately cannot share my dataset due to company policy, but am hoping I can explain enough here that someone might be able to ...
  • TomMartens's avatar
    6 years ago

    Hey rachelbabcock ,

     

    you should never use a measure inside a calculation of a calculated column, here it is also responsible for the circular dependency as the measure tries to average rows whereas the calculated column just wants to resolve the row context (please be aware that this explanation is very simplified).

     

    if you already spend days, spend some additional hours and create sample data, that allows understanding your requirement. From my understanding, you just need to create a single table, because everything happening in power query is not relevant to understand the problem. Make sure that you recreate the same calculated columns if any are existing. Just enter data, upload the pbix to onedrive or dropbox, and share the link.

     

    Regards,

    Tom