Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago

dax switch

Hello,  I would like to create a measure to workout the amount based on a currency as follows Converted value =  switch( selectedvalue('Currency'[Code] = "GBP", valueMeasure * ColumnRateGBP ,sel...