Forum Discussion

romovaro's avatar
romovaro
Icon for Responsive Resident rankResponsive Resident
3 years ago
Solved

Create new column with exchange rate conversion

HI all,   I have a question regarding echange rate conversion. I have my data source Excel with the columns below:   CUID. Unique customer number Currency used Start value: Total amount...
  • romovaro's avatar
    3 years ago

    Find a solution that works for "fix" exchange rate.

     

    Created a table with the currencies Used 

    Linked to my other table

     

    and used the formula below:

     

    TOTAL usd = SUMX('PV Celergo Report',
    'PV Celergo Report'[Start Value]*
    LOOKUPVALUE('Exchange Rate'[Conversion rate], 'Exchange Rate'[Currency], 'PV Celergo Report'[Currency]))

     

    How To Work With Multiple Currencies In Power BI - Microsoft Power BI Community

     

    Thanks

     

     

    TOTAL usd = SUMX('PV Celergo Report',
    'PV Celergo Report'[Start Value]*
    LOOKUPVALUE('Exchange Rate'[Conversion rate], 'Exchange Rate'[Currency], 'PV Celergo Report'[Currency]))