Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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:
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
23 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
28 | |
12 | |
10 | |
10 | |
6 |