The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance 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:
User | Count |
---|---|
27 | |
12 | |
8 | |
8 | |
5 |
User | Count |
---|---|
31 | |
15 | |
12 | |
7 | |
6 |