This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowThe Fabric community is now in read-only for platform upgrade. Learn more
Hi,
Can you help me why Power BI shows different average to correct average.
1st screen shot shows excel average to be 271.6
2nd screen shot shows Power BI where average for column shows as 287.23
Is there any blog or post which helps me to find that both column wise averages match.
appreciate your help, thank you
Solved! Go to Solution.
I was able to solve that by adding addin allselected on top value function. Thanks.
@DeeMag , If you have used a formula
Sum(A)/Sum(B)
Power bi will recalculate the grand total by summing up the A and B
In the case of excel, it is a simple avg of rows
in power bi you can get that like
averagex(Values(Table[Agent name]), Divide(Sum(Table[A]), Sum(Table[B])))
Where Table[Agent name] is column on which data is grouping for avg
Hi Amit,
The value turns out to be much lower using Averagex and Values.
can you suggest some other work around else please?
Thank you.
Thanks Amit, i will try the way you suggested.
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
| User | Count |
|---|---|
| 23 | |
| 22 | |
| 14 | |
| 14 | |
| 13 |
| User | Count |
|---|---|
| 47 | |
| 39 | |
| 24 | |
| 20 | |
| 20 |