Hi All,
I have two values like below column Value 1 Value 2 Value 30.031717757 90 ?I need a formulae like below , using a caret ^ symbol=(1+,[Value1])^(1/[Value2])-1I this possible in Alteryx.
Hi @Sameer_Kanade8810
You can implement this by using the pow function.
@Sameer_Kanade8810
pow(number,p)
Thank you @Emmanuel_G & @geraldo