Forum Discussion
Nelson-Cheng
5 years agoNew Member
Calculate average value from multiple measures, and then exclude the outliner
I have a list of items cost from different manufacturer & in different currency. So i create a measure to convert each manufacturing cost with dynamic currency conversion. But i need to compare the ...
- 5 years ago
Nelson-Cheng ,
try like
Cost Save new = sumx(Values(Table[Item]),[Cost Save])
amitchandak
Super User
5 years agoNelson-Cheng ,
try like
Cost Save new = sumx(Values(Table[Item]),[Cost Save])
Nelson-Cheng
5 years agoNew Member
Great Thanks