Forum Discussion

Jeff_CC's avatar
Jeff_CC
Regular Visitor
1 year ago
Solved

The CSV file exported from a Power BI table visualization cannot be used to create a pivot table

In Power BI Desktop, I created a table visualization to provide a quick view of the raw data and to allow users to export it in CSV format to their local machines for further analysis using Excel piv...
  • Jeff_CC's avatar
    Jeff_CC
    1 year ago

    Hi rajendraongole1 

    Thanks for the reply.

    Good news — I’ve identified the root cause of the issue.
    The original table visualization had a title of [Raw Data] Customer Information, and when exporting the data, this title was used as the file name. It turns out that the square brackets [] in the file name were causing Excel to:

    • Fail to create a pivot table

    • Fail to save the file as .xlsx

    Once I removed the square brackets from the visualization title (so the exported file name didn’t include them), everything worked as expected inlucdes create a pivot table in CSV file directly.

    Hope this helps anyone facing the same issue!