Square Root
Square roots are needed in a variety of mathematical equations dealing with variance and statistical modelling. They are also required for some KPIs, e.g. bradford factor - which converts absence to a numerical score which weights absence instances as more important as absence duration.
Excel
=~SQRT!~(‹number›)
Tableau
~SQRT!~(‹measure›)
Alteryx
~SQRT!~(‹measure›)
OrgVue
~Math.sqrt!~(‹measure›) ~Math.sqrt!~(‹number›)
tSQL
~SQRT!~(‹number›)
Python
~math.sqrt!~(‹number›)
NB.:
This requires the
math
library to be imported.
Last updated
Was this helpful?