Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! Learn more
We want to create average ifs power bi. ho wcan we do this.
Solved! Go to Solution.
Generally you do this via something like CALCULATE:
Measure = CALCULATE(AVERAGE([Column]),FILTER(Table,Table[OtherColumn]="Value"))
Hi @kalpana,
smoupre's formula seems well, you can also use the averagex function to achieve your requirement.
Sample:
Measure = AVERAGEX(FILTER(ALL(Sheet1),[ConditionColumn]="Value"),[Amount])
Regards,
Xiaoxin Sheng
Hi @kalpana,
smoupre's formula seems well, you can also use the averagex function to achieve your requirement.
Sample:
Measure = AVERAGEX(FILTER(ALL(Sheet1),[ConditionColumn]="Value"),[Amount])
Regards,
Xiaoxin Sheng
Do u want average of some value ,
create new measure , Measure = Average ( Value )
let me know if any help
Generally you do this via something like CALCULATE:
Measure = CALCULATE(AVERAGE([Column]),FILTER(Table,Table[OtherColumn]="Value"))
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 57 | |
| 53 | |
| 42 | |
| 18 | |
| 14 |
| User | Count |
|---|---|
| 111 | |
| 104 | |
| 36 | |
| 28 | |
| 27 |