Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

Circular dependency

Hello, can someone help me solve circular depenedncy issue? it is confusing because i am not referring to the culomn at all.  So i want to calculate the number of rows in my table in a cumulative m...
  • lbendlin's avatar
    2 years ago

    This is a calculated column.

    RT rows = 
    var d = [date]
    return COUNTROWS(filter('table',[date]<=d))

    Let me know if you need this as a measure.