Forum Discussion
Anonymous
6 years agoNot applicable
Table calculation help!
Looking for some help to replicate the below calculation in Column C a table/matrix. Column A and Column B are both measures. A B C 1 2 2 =A2/B1 2 22 19 =A3/B2 3 184 135...
amitchandak
6 years agoSuper User
Anonymous , Try new column like
divide(Minx(Filter(Table, [A]>earlier([A])),[A]),[B])