Forum Discussion
Avg Total
Hello - I have the average of opportunties (from our sales team) in a table visual. The total (presumably the average) shows 175.44 but if I export the table to Excel, the average shown in Excel is 181. (note, you are not seeing the full data here).
This column is showing the opportunity age of each (not the average, but the actual days elapsed). I created another column, not shown, using this formula, and it returns the same row values, and ends up returning the same total value as well.
My question, is the Excel data correct...and is this an issue of the "measure total" not being right?
Anonymous
If the total average isn't correct, it probably has to do with the filter context of the table/matrix and how the relationships are established in the model, and/or the measures involved.
So we need more information about the model, how the table/matrix is set up and any measures involved.
(You will probably solve this by using an AVERAGEX(SUMMARIZE...) but it may be overkill depending on the model structure and matrix filter context)
9 Replies
- VijayPCommunity Champion
Anonymous
It is Rounding issue. In Power BI Table increase the Decimals and then download to excel and let me know whether this issue resolved.
- AnonymousNot applicable
VijayP Ashish_Mathur Anonymous
I do not think it is a rounding issue. If I constrain the date range so just three records show, you can use a calculator to find the average of these three values would be 177.66. But the table in Power Bi shows 165.76 using the formula below.
Avg Opp Age = AVERAGEX('AllOpps-Products','AllOpps-Products'[Days Since Sales Opp. Created])Ideally, not only should the total average be correct, it should be dynamic and adjust as the number of records does.
- AnonymousNot applicable
hi Anonymous - What is the column formatted as in excel? also can you share the approx. number of records you have.
As far as I am aware there is no issue with Totals in PowerBI - works fine in all visuals I have used so far.
This could be a rounding issue in Excel though 175.44 to 181 seems a bit of a stretch but could happen if you have a large volume of data.
Please mark the post as a solution and provide a 👍 if my comment helped with solving your issue. Thanks!
- Ashish_MathurSuper User
Hi,
Share the Excel file and show the discrepancy there very clearly. Also, share the PBI file.
- PaulDBrownCommunity Champion
Anonymous
It appears you are using AVERAGEX with a column as the expression. If you are averaging a column in a table, Just use the function AVERAGE.
otherwise, create an aggregation measure for the column values (like SUM) and use that in the AVERAGEX function. Something along the lines of :
AVERAGEX(Table, [Sum of values])
- AnonymousNot applicable
Hi Paul - I tried your formula, and several others with and without AverageX.
For the love of God I just want a simple average of the column! 😁 There are 32 records in this list. 4000 / 32 = 125 (but that is not the value I want to show). So I can see what Power Bi is doing....it's jut not what I need it to do.
I want to show the same value as what Excel shows....or what it will show if you just were to add up Avg Opp Age and divide by 6...which will be 108.66.....not 125.
- PaulDBrownCommunity Champion
Anonymous
If the total average isn't correct, it probably has to do with the filter context of the table/matrix and how the relationships are established in the model, and/or the measures involved.
So we need more information about the model, how the table/matrix is set up and any measures involved.
(You will probably solve this by using an AVERAGEX(SUMMARIZE...) but it may be overkill depending on the model structure and matrix filter context)