We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Work Flow Help - Currency Conversion

kmontoya
7 - Meteor

Hello! 

 

I have a file that has profit & loss in different currencies (see original data tab). Is there a way that Alteryx can convert each amount in USD. I would like it to look like "how we want the data" tab. 

 

 

Thank you in advance! 

3 REPLIES 3
cjaneczko
13 - Pulsar

Take a look at this article. It is likely going to require an API as currencies constantly fluctuate. 

 

https://knowledge.alteryx.com/index/s/article/Everything-You-Need-to-Know-About-Currency-15834601845...

apathetichell
20 - Arcturus

My expectation is that your company has a standard currency table (whether in a DB or an ERP) which is used for your calculations. You should identify which source is used for this table - and then build a join vs your currency table and this excel file. If you need to access this from say an ERP  - you may need to use an API as @cjaneczko - pointed out. If you are using a DB - you may need a query to bring it in. This is all very company speciifc.

caltang
17 - Castor
17 - Castor

Yup, as the other two said - this depends on how your company organizes the currency rates of the date. Even a small decimal place off can impact your P&L significantly, so thread carefully on this. 

Calvin Tang
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
Labels
Top Solution Authors