Forum Discussion
Anonymous
6 years agoNot applicable
Difference column error
Hello, This table refers to a real project that receives new data on a daily basis, I created a measure to calculate the difference as shown in the example below, but when my real cumulative is 0, t...
amitchandak
6 years agoSuper User
Anonymous , Not very clear you can create a new column like this
table[plan] - maxx(filter(table,table[plan]<earlier(table[plan])),table[plan])