Forum Discussion
jdun
4 years agoNew Member
Adding Absolute Value
Hi PBI Community, I am trying to come up with a function, expression, or method to display the total of the absolute value column in the below matrix. Var S - F is the variance between forecast ...
- 4 years ago
jdun,
You can try a totals measure like this:
Ab Val Var Totals = SUMX ( VALUES ( Items[Item] ), [Ab Val Var] )
DataInsights
Super User
4 years agojdun,
You can try a totals measure like this:
Ab Val Var Totals =
SUMX ( VALUES ( Items[Item] ), [Ab Val Var] )