mb0307Responsive Resident4 years agoDynamic SUMX Hi guys, DAX below just works fine on a single column (Product): RowSum = SUMX( VALUES( dimMaster[Product] ), ABS( [DiffCalculation] ) ) How can I make this dy...Show More
parry2kSuper User4 years ago what is the expression of your following measure?ABS( [DiffCalculation] ) mb0307
mb0307Responsive Resident to parry2k4 years agoparry2k that is the difference between Sales - Forecast. ABS to convert any -ve to +ve. Sales and Forecast are two tables, connected to Master Table by Product Number.Thanks
Related contentSumXSUMXSUMX dynamically filtered by slicerSumX? - cumulative running totalDynamic Filter