Forum Discussion

gayle_t's avatar
gayle_t
Regular Visitor
9 years ago

Sumx and currency conversion doesnt return correct results

Hi Trying to do a simple currency conversion of a measure.   Measure_Convert := sumx(Data_all, DIVIDE([TotalRevenue], [Exchange Rate])   TotalRevenue is measure that uses calculate with a few co...