Forum Discussion

max_song_GX's avatar
max_song_GX
Regular Visitor
1 year ago
Solved

Export Data to CSV/Excel get different result

Hi,   I export the data from visual using these two methods, but get different results:   Left is exported to CSV, right is exported to Excel: Exported to Excel is the right result, ...
  • Akash_Varuna's avatar
    1 year ago

    Hi max_song_GX The issue might CSV exports raw data from the model, while Excel exports formatted, aggregated data, causing discrepancies like incorrect column sums.

    You could try pre-aggregating or rounding values in the Power BI data model or applying consistent formatting within the visual to ensure the data exported to both CSV and Excel matches accurately.