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!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote 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:
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 19 | |
| 10 | |
| 6 | |
| 6 | |
| 5 |