Forum Discussion
dshah12
Helper II
2 years agoI have a 2 columns and do difference
Appl no sum of fore recomm 1 100 126 2 200 200 I want to do the difference of the sum of fore - recomm, but i don't want that it sums the recomm I tried calculated column...
vojtechsima
Super User
2 years agoHi, dshah12 ,
bit confusing, but do you want it like this?
Measure:
Total Difference = SUMX('Table', 'Table'[sum of fore] - 'Table'[recomm])