Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

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.

 

 ABC
122=A2/B1
22219=A3/B2
3184135=A4/B3
41069576=A5/B4
5382611870

3 Replies

  • is this table ordered, and if yes, by what? Do you have an index column (row number)? If not, what are the criteria to identify "A3"  (for example)

  • Anonymous , Try new column like

    divide(Minx(Filter(Table, [A]>earlier([A])),[A]),[B])

  • v-deddai1-msft's avatar
    v-deddai1-msft
    Community Support

    Hi Anonymous ,

     

    How did you get A1,A2,A3 in your sample if A is measure and you didn't contain any row level filter for measure A?

     

    Best Regards,

    Dedmon Dai