Forum Discussion
Anonymous
4 years agoNot applicable
AverageX not consider 0 values
I need than this measure ignores zeros in the calculation: Promedio elasticidad Pbi MEJORADO = AVERAGEX(Filter( VALUES(Combinar1[Numero semana]) , [Filter Elasticidades Grandes] = "Si considerar" ...
Anonymous
4 years agoNot applicable
Hi Anonymous ,
Please modify the formula.
Promedio elasticidad Pbi MEJORADO =
AVERAGEX (
FILTER (
ALL ( tablename ),
[Filter Elasticidades Grandes] = "Si considerar"
&& [Elasticidad] <> 0
),
[Elasticidad]
)
If I have misunderstood your meaning, please provide screenshoots with some sample data and your desired output.
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.