Forum Discussion
Difference between two rows
- Anonymous7 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
Dear Ravi...thanks for the same. However...my issue is if previous figure is negative and current figure is poistive than also growth is coming as -ve refer table in my previous post.
Can you pls help how to rectify that
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