Forum Discussion
dukealb
4 years agoRegular Visitor
Sum Values month-over-month var
Hi I'm still a simple user of powebi, I created a measure to calculate the Month-over-month cost variation (MoMDiff) and in the results I have negative and positives numbers. The table below is fi...
ryan_mayu
Super User
4 years agomaybe you can try this
Measure = sumx(FILTER(VALUES('Table'[resourceid]),[MoMDiff]>0),[MoMDiff] )
Measure 2 = SUMX(FILTER(VALUES('Table'[resourceid]),[MoMDiff]<0),[MoMDiff] )