Forum Discussion
zaforir2002
9 years agoHelper I
Distinct Average
Hi, I am using Excel PowerPivot from the tabular data model and need to do average on distinct records, although I have gone trough with many suggestions are available online, but not getting the...
- 9 years ago
Hi zaforir2002
I think you have a confusion between a calculated column and a measure.
If you create the DAX measure:
AvgQty = Average(YourTable[Qty] ) and bring in this measure in a pivot table, you'll get the correct result thanks to filter context.
zaforir2002
9 years agoHelper I
All is from same table Datatouille
Datatouille
9 years agoSolution Sage
Will you please share the file ? because it should work !