Forum Discussion
Extraction from Table visual to Excel Giving errors in total showing in excel when manualy counted
- 1 year ago
Hi Saurabhuu ,
Thanks for your update. Since the issue is still occurring, let's check a few more things that might be affecting the total.
First, please verify if any report, page, or visual-level filters are applied in Power BI. Sometimes, the table visual may show a filtered version of the data, which could lead to differences when exporting. Hidden data, summarization, or aggregation logic might also impact the results.
Another factor could be how the measure is calculating the total. While SUM(Sales) should aggregate the column directly, implicit filters or calculations may be affecting the final total. As a test, try creating a calculated column instead:
Sales_Check = Table[Sales]
Then, sum this column in Power BI and compare it with the Excel total to see if there's a difference.
If the issue persists, it would be helpful if you could share PBIX file (or a version with sample data) along with the exact DAX measures used. This will allow us to take a closer look and provide more specific guidance.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly and a kudos would be appreciated.
Regards,
Vinay.
Hi Saurabhuu ,
Thanks for using Microsoft Fabric Community,
In addition to the steps suggested by Deku please consider the following:
Since you are using SUM(Sales), Power BI should be performing a standard column aggregation. However, to further troubleshoot the discrepancy, please try the following:
- If you exported using "Data with Current Layout", try exporting with "Underlying Data" instead to ensure Excel receives raw, unaggregated values.
To use this Report author should enable "Allow end users to export with underlying data" in Desktop and republish the report.
Please refer this for more details: Export data from a Power BI visualization - Power BI | Microsoft Learn
- Compare the total number of rows in Power BI vs. the exported Excel file to check for missing or extra records.
-
If the issue persists, try using the following DAX measure to verify row-level summation:
SUMX(Table,Table[Sales]).
This explicitly sums each row’s value, ensuring no unexpected aggregation differences.
Please try these steps and let us know if the discrepancy still exists.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly and a kudos would be appreciated.
Regards,
Vinay.
I have tried all the possible ways but still iam facing the same issue
- v-veshwara-msft1 year agoCommunity Support
Hi Saurabhuu ,
Thanks for your update. Since the issue is still occurring, let's check a few more things that might be affecting the total.
First, please verify if any report, page, or visual-level filters are applied in Power BI. Sometimes, the table visual may show a filtered version of the data, which could lead to differences when exporting. Hidden data, summarization, or aggregation logic might also impact the results.
Another factor could be how the measure is calculating the total. While SUM(Sales) should aggregate the column directly, implicit filters or calculations may be affecting the final total. As a test, try creating a calculated column instead:
Sales_Check = Table[Sales]
Then, sum this column in Power BI and compare it with the Excel total to see if there's a difference.
If the issue persists, it would be helpful if you could share PBIX file (or a version with sample data) along with the exact DAX measures used. This will allow us to take a closer look and provide more specific guidance.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly and a kudos would be appreciated.
Regards,
Vinay.- v-veshwara-msft1 year agoCommunity Support
Hi Saurabhuu ,
Just following up to check if the issue is resolved and the provided responses were helpful. If so, please consider marking the helpful reply as Accepted solution to help the community with similar issues. Otherwise feel free to reach out for further assistance.Thank you.
- v-veshwara-msft1 year agoCommunity Support
Hi Saurabhuu ,
Just checking in again as we haven’t heard back from you. If the provided responses addressed your issue, kindly mark the helpful reply as the Accepted Solution to assist others with similar queries.
If your issue is still unresolved or you need further help, feel free to reach out.
Thank you.