Forum Discussion
hadjigeo
6 years agoHelper I
Exchange rate
Hi, i have a column with values that has multiple currencies such as: AED USD EUR SAR and i want to create a new column that will convert all of them in USD and one more that will convert...
- 6 years ago
hi hadjigeo
If so, just adjust the formula to create a measure instead of column
lastest rate = MAXX(TOPN(1,FILTER('Dim daily rates','Dim daily rates'[bpc_name]=MAX('Table'[bpc_name])),'Dim daily rates'[bpc_ExchangeDate],DESC),[bpc_ExchangeRate])Regards,
Lin
v-lili6-msft
6 years agoCommunity Support
hi hadjigeo
If so, just adjust the formula to create a measure instead of column
lastest rate = MAXX(TOPN(1,FILTER('Dim daily rates','Dim daily rates'[bpc_name]=MAX('Table'[bpc_name])),'Dim daily rates'[bpc_ExchangeDate],DESC),[bpc_ExchangeRate])
Regards,
Lin
ZChase
5 years agoNew Member
whatif exchange rates table is missing dates. Should i fix the exchange rate table to fill up the missing dates or use measure to calculate the value in USD currency with reference to native currency and transaction dates.