Hi bminehart ,
From what you explain, I think the issues you are having are from using a numeric value as a dimension.
It is legitimate in some situations, but can bring some confusion to the end user.
In this situation, you wouldn't represent those values as a sum, but you would be adding that column to columns and/or rows panels in the pivot.
By adding those columns to the values panel, the pivot will treat them as measures, and will add the values up, thus multiplying values when aggregating multiple rows.
This does not really have to do with the fact that you are doing a calculation with those two variables, but rather with this situation of dealing with a numeric dimension.
As psdutton315 , one solution would be to do the addition on the data model itself, and creating another numeric dimension, that you would then be able to add in the rows/columns panel.
When doing that addition on the pivot, rather that using the minimum aggregation, I personally prefer using the average aggregation, although it will return the same result.
As of the sum() function, it will simply add all the values, and writing sum([col A]) ends up being the same as [Total of col A].
Please let me know if this helps : )
Always here to help,
Helena from QBeeQ
[email protected]
QBeeQ - Gold Implementation and Development Partner