Hello,
I’m sure my question is super easy to answer, but I’m stucked on a silly calculation.
I import a transaction list from my ERP with the amount in local currency.
The properties linked to dimensions in my transactions are : Employee, project, month and currency
I have a metric that store the currency rates with 2 dimensions : currency and month
I want to create a new property in the transaction called amount in EUR which is equal to amount * currency rate from the metric
I tried transaction.amount*rates rBY: currency, month] but i does not work. It sums the value of the currencies for all the months and all the currencies.
Can someone tell me where I am wrong ?