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 dateJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register 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:
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
16 | |
8 | |
7 | |
7 | |
6 |
User | Count |
---|---|
23 | |
11 | |
10 | |
10 | |
8 |