Forum Discussion
DionTN
4 years agoHelper II
Calculate average from table
I have a table with calculated fields. Now i need the average of those calculated fields:
So the first one needs to be 6.6 and the second 7.05.
I tried this without succes:
Gemiddelde van GemiddeldeLichaamssamenstellingEerste per AppointmentId =
AVERAGEX(
KEEPFILTERS(VALUES('usermeasurements'[AppointmentId])),
CALCULATE([GemiddeldeLichaamssamenstellingTweede])
)