Forum Discussion
Anonymous
1 year agoNot applicable
Adding an IF condition to a Measure
Hello, I am trying to reply an Excel Rule into DAX Measure The idea is: When Result < 0, sum Result + Last Month C/C (superior line), otherwise, just reply the result So just reply the result wh...
ryan_mayu
Super User
1 year agodid you mean if the value is <0, then the output is this month's value + last month's value?
Anonymous
1 year agoNot applicable
yes
if value < 0, then result + last month
if > 0, just reply the result