Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Multiplcation to the respective power

SH_94
11 - Bolide

Hi Community,

 

I have the multiplication with the respective power of figures below

Input

Amount      Power 

150                3

13.22             2

 

 

Ouput wanted

Amount      Power       Final Amount

150                3              150*10^3 = 150000

13.22             2               13.22*10*2= 1322

 

 

May i know how we build the expression above?

 

 

Many thanks again for the help.

 

 

 

 

 

2 REPLIES 2
Felipe_Ribeir0
16 - Nebula

Hi @SH_94 

 

Try this formula:

[Amount]*POW(10, [Power])

formula.png

SH_94
11 - Bolide

Hi @Felipe_Ribeir0 ,

 

Thanks a lot for the input and i just aware that there was power formula in alteryx.

 

 

Thanks againf for the sharing.

Labels
Top Solution Authors