Exchange Rate Conversion

Hello,

I have a situation to calculate sales amount based on the last exchange rate. Below are the tables.

  1. Sales Table contains “TransactionDate”, “Amount” and “TransactionCurrency”

  2. Dates Dimension

  3. Exchange rate table which contains Date, FromCurrency, ToCurrency and ExchangeRate.

    The issues is I can’t make a relationship between Sales and Exchange Rate table, I would have done it if the exchange rate would have only one column for currency but in my case I have exchange rate based on FromCurrency and ToCurrency. I have to check exchange rate in the exchange rate table in both the columns i.e. FromCurrency and ToCurrency based on the currency in the sales table.

Please suggest.

Hi Tahir,

Do you have a sample pbix for this situation?

Regards
Hidayat

Please see attached Exchange Rate file Exchange Rate.xlsx (113.6 KB)

@Tahir have you not seen Sam’s video on this?

Have you gone through this here? These runs through exactly how to do this

You can download the resource at this location below as well

Sam