Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
Hi everyone, i have this table in Pbi:

First column is number of week. Seventh column is elasticity (measure), last column is a measure that i want to use to filter elasticity.
I want to calculate the average elasticity when "filter elasticidades grandes" measure = "Si considerar".
My average is now not considering the filter "Si considerar".
Now, my measure to calculate the average elasticity is :
Solved! Go to Solution.
@Anonymous , One is use visual level filter
another one is to try a measure like
Promedio elasticidad = AVERAGEX(Filter( VALUES(Combinar1[Numero semana]) , [Si considered] <.1 ) ,[Elasticidad])
@Anonymous , One is use visual level filter
another one is to try a measure like
Promedio elasticidad = AVERAGEX(Filter( VALUES(Combinar1[Numero semana]) , [Si considered] <.1 ) ,[Elasticidad])
What do you refer with visual filter?
Ty very much, i used your measure, but i had to change one thing:
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
| User | Count |
|---|---|
| 6 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 13 | |
| 12 | |
| 9 | |
| 8 | |
| 7 |