Forum Discussion
Average Formula
Can you please post your calculation and few rows sample data here..
Anonymous Sure:
And if it makes a difference, I unpivoted my original table to look like this:
So everything in the last 2 columns originally had their own column. I don't know if the unpivot throws this kind of formula off. So positive feedback would be everything that consists of a positive sounding value (strongly agree, agree, happy, very happy).
- Anonymous8 years agoNot applicable
I think this should work :
avg = CALCULATE(AVERAGEx(zero,Zero[Column1]/Zero[Column2]) ,ALLEXCEPT(Zero,Zero[Quarter],Zero[Year]))
Note : Zero is table name I have created
- Anonymous8 years agoNot applicable
Anonymous Still not quite:
- Anonymous8 years agoNot applicable
That's weird, It is working at my end: Can you please write 2 measure separately
Measure 1 : AVERAGEx(zero,Zero[Column1]/Zero[Column2])
Measure 2:= CALCULATE(AVERAGEx(zero,Zero[Column1]/Zero[Column2]) ,ALLEXCEPT(Zero,Zero[Quarter],Zero[Year]))
and paste your entire column list here...