Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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.
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.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
81 | |
75 | |
60 | |
37 | |
33 |
User | Count |
---|---|
102 | |
56 | |
52 | |
46 | |
40 |