Forum Discussion
odada11
Helper I
3 years agoconverting GBP TO USD
Good day all, I am trying to create a DAX measure that helps me calculate The conversion rate I have Ticket no xxx1 and i have my daily exchange rate on my (Daily rate table) I made this calcu...
olgad
Resident Rockstar
3 years agoTicket revenue*Calculate(max( fxrate), Filter(DailyRateTable, DailyRateTable.DateColumn=Selectedvalue(DailyRateTable.DateColumn))
odada11
Helper I
3 years agoThank you so much, i want to be able to combine the measures, is this possible, also the Dailyrate and fxrate is one and same. i cant seem to apply it as you have written above