Forum Discussion
PiyushBQ
Helper I
6 years agoAverage After Slicer Input
Hi, I have this dataset Sector Item Value Average (calculate) Rank (calculate) Gold E 89 66.6 1 Gold C 82 66.6 2 Gold D 69 66.6 3 Gold B 51 66.6 4 Gold ...
- 6 years ago
Hi PiyushBQ ,
Try create measure like this:
Measure = CALCULATE(AVERAGE('Table'[Value]),ALLSELECTED('Table'))Or calculated column:
Column = CALCULATE(AVERAGE('Table'[Value]),ALLEXCEPT('Table','Table'[Sector]))Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
PiyushBQ
Helper I
6 years agoThank you for taking the time out parry2k .
I tried doing it but it didn't work. Please check the screenshot.
- PiyushBQ6 years ago
Helper I
Hi parry2k I had previously written it as a measure.
But adding it as a column was fraught with problems too. Here's a screenshot of the error when added as a column.- V-lianl-msft6 years ago
Community Support
Hi PiyushBQ ,
Try create measure like this:
Measure = CALCULATE(AVERAGE('Table'[Value]),ALLSELECTED('Table'))Or calculated column:
Column = CALCULATE(AVERAGE('Table'[Value]),ALLEXCEPT('Table','Table'[Sector]))Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.