I'm trying to convert negative numbers in a measure so that all numbers are positive. DAX keeps telling me there's errors, I've tried many different tweaks to the formula below but nothing is working.
What am I doing wrong? Here's the formula I'm trying to use and below is a thumbnail of the measure.
IF(DIVIDE(SUM(Combined[Promos Issued]),(SUM(Combined[Player Win/Loss])))<0,)
DIVIDE(SUM(Combined[Promos Issued]),(SUM(Combined[Player Win/Loss])))*-1,
DIVIDE(SUM(Combined[Promos Issued]),(SUM(Combined[Player Win/Loss])))
What am I doing wrong? Here's the formula I'm trying to use and below is a thumbnail of the measure.
IF(DIVIDE(SUM(Combined[Promos Issued]),(SUM(Combined[Player Win/Loss])))<0,)
DIVIDE(SUM(Combined[Promos Issued]),(SUM(Combined[Player Win/Loss])))*-1,
DIVIDE(SUM(Combined[Promos Issued]),(SUM(Combined[Player Win/Loss])))