Forum Discussion
jeffreykeryk
Helper I
10 years agoPivot table summarization by Average calculates incorrect Total Averages.
This pivot is summarized by Average. The body of the pivot Averages correctly. The totals are whack. (Technical term).
- 10 years ago
Blanks are ignored in DAX. If 0 is represented in your data by a null / blank then that row will not be considered in the average in the numerator or denominator.
greggyb
Resident Rockstar
10 years agoBlanks are ignored in DAX. If 0 is represented in your data by a null / blank then that row will not be considered in the average in the numerator or denominator.
jeffreykeryk
Helper I
10 years agoI imported the data from a stored proc and bingo! Good numbers.
I hate excel...
But killing excel based processes has given me a wonderful career here in Silicon Valley.
I started with SQL Server v 6.21A, just to date myself.
Again, a huge tanks to all.
This thing rocks!