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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Dear Community,
I dont understand why the average doesnt work when I use filter: For example: if I choose a sell team I get the right percentage of sells but if I choose 2 sells team I dont get the right avarege between those two.
Any Advice?????
In the first picture The 76.62% should be 79,44% considering those two sells team (101-104)
Solved! Go to Solution.
It’s most likely due to the way Power BI filters first, then calculates. Eg
team A has 3 records
5,6,7 = avg of 6
team B has 6 records
10,12,10,20,18,20 = avg 15
avg across both teams = 10.5
but Power BI will add the total (108) divided by 9 = 12
you can solve it with averagex
=AVERAGEX(values(table[team]),[your measure]]
It’s most likely due to the way Power BI filters first, then calculates. Eg
team A has 3 records
5,6,7 = avg of 6
team B has 6 records
10,12,10,20,18,20 = avg 15
avg across both teams = 10.5
but Power BI will add the total (108) divided by 9 = 12
you can solve it with averagex
=AVERAGEX(values(table[team]),[your measure]]
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 61 | |
| 54 | |
| 41 | |
| 17 | |
| 13 |
| User | Count |
|---|---|
| 106 | |
| 99 | |
| 38 | |
| 29 | |
| 28 |