Absolute
Absolute calculations keep the value of a number but ignoring the sign. This is useful in creating normalised scores, e.g. when analysing departure from a target value regardless of direction.
Excel
=~ABS!~(‹cell›)
Tableau
~ABS!~(‹measure›) OR ~ABS!~(‹number›)
Alteryx
~ABS!~(‹measure›) OR ~(‹number›)
OrgVue
~Math.abs!~(‹number›) OR ~Math.abs!~(‹measure›)
tSQL
~ABS!~(‹field›)
Python
~abs!~(‹number›)
Last updated
Was this helpful?