Forum Discussion

brennahurley's avatar
brennahurley
Frequent Visitor
1 year ago
Solved

Circular Dependency Error but no dependency

I have multiple different units with different unit numbers. The status of the unit is changed and recorded in a status log along with the date of the change. That is the start date of the status fo...
  • lbendlin's avatar
    lbendlin
    1 year ago

    this table definition looks benign. Have you marked it as a Date table?

     

    Anyway, since dates are immutable it is always better to use a calendar table based on a precomputed source (like an Excel file on a sharepoint)

  • Anonymous's avatar
    Anonymous
    1 year ago

    Hi brennahurley,

     

    Just checking in to see if the suggestions shared by lbendlin  and Deku  helped in resolving the issue with calculating the end date of a unit’s status using DAX. As you encountered a circular dependency error, this usually occurs when a calculated column attempts to reference values that are also being calculated row by row within the same column.

    If any of the responses by community members addressed your concern, please consider marking perticular response as the Accepted Solution. Feel free to reach out if you need further assistance or clarification.

     

    Best regards,
    Prasanna Kumar