Hey, As a calculated measure I want to make a neg...
# general
m
Hey, As a calculated measure I want to make a negative value positive by multiplying it by -1. it seems that this is not possible. am i missing something?
n
maybe use ABS() instead
m
'unexpected element'
seems like you can only use analytics fields and basic operators in between like * / and + or -
n
Maybe create the sign conversation on the Dataset. Then Sum your custom formula.
m
Ah this makes much more sense
thanks. this works perfectly