Forum Discussion

mohany2211's avatar
mohany2211
Frequent Visitor
7 years ago
Solved

Difference between two rows

Hi..........i am trying to calculate the revenue growth between the two dates and based on criteria from another column, but not able to apply the correct formula. can someone help me with a formula ...
  • Anonymous's avatar
    Anonymous
    7 years ago

    Hi mohany2211,

     

    In Previous Value you can use ABS(PreviousVaue). After return statement in my dax you can change this.

     

    "
    Return
    DIVIDE((CurrentValue-PreviousValue),ABS(PreviousValue)) "

     

    I am also attaching Pbix file with update. Please follow the link Remarks.pbix

     

    Best Regards, 

    Ravi