Forum Discussion
aykim101
Microsoft Employee
9 years agoSum Total Row based on Weighted Average values above it
Trying to sum the values of a weighted average column using the records above the "Total" row I can only get the Total Row to use the same weighted average calculations as the rows above it P...
Greg_Deckler
Community Champion
9 years agoAssuming these are measures, you generally have to use an IF statement coupled with a HASONEFILTER statement to calculate the measure one way versus another for the individual rows versus the total row.