Forum Discussion
Anonymous
6 years agoNot applicable
Average function giving different result per row
Hi, I'm trying to get an average from a column but is giving a different value every row. I'm unsure how to find the average for the entire column. The data source is a salesforce report I c...
- Anonymous6 years ago
I've found the solution.
The problem was with how the report was being generated not with the formula.
mussaenda
6 years agoCommunity Champion
Hi Anonymous ,
You may want to try this:
Average IRT= CALCULATE(AVERAGE('Closed cases'[Initial response business hours]), ALL('Closed cases'))Anonymous
6 years agoNot applicable
mussaenda Thanks for the quick reply. Unfortunately it gives the same result as before.
- mussaenda6 years agoCommunity Champion
Strange. Are there any data on your visual from different table?
- Anonymous6 years agoNot applicable
mussaenda wrote:Strange. Are there any data on your visual from different table?
Just one table is used in this visual.
- Anonymous6 years agoNot applicable
I've found the solution.
The problem was with how the report was being generated not with the formula.