This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi Everyone,
I am using a Matrix visual in Power BI with a layout similar to the screenshot below.
In the Matrix, I have multiple measures and I turned on “Show value in row groups rather than columns.”
However, when I export the Matrix to CSV or Excel, the exported file does not keep the same layout.
The export shows values in columns, not in rows like the Matrix visual.
👉 Question:
How can I export the Matrix to Excel and keep the same layout and structure as shown in Power BI?
Thank you very much!
Solved! Go to Solution.
When you export to CSV, Power BI exports the underlying data values, not the formatted values shown in the visual. CSV is a plain text format, so things like currency symbols, thousand separators, percentages, or display units (K/M/B) are not preserved.
If you need the exported file to match what users see in the report, consider these options:
Export to Excel instead of CSV, which preserves formatting more reliably.
Create a formatted measure or column using FORMAT() if the formatted value itself must be exported.
For full control over export layout and formatting, consider using a Paginated Report, which is designed for pixel-perfect exports (CSV, Excel, PDF, etc.).
Hi @thaobui123 ,
We wanted to kindly follow up regarding your query. If you need any further assistance, please reach out.
Thank you.
Hi @thaobui123 ,
Thanks for reaching out to Microsoft Fabric Community.
Just wanted to check if the responses provided were helpful. If further assistance is needed, please reach out.
Thank you.
I’ve run into this before, and it can be a bit frustrating. The issue usually happens because Power BI's visuals are more dynamic, and they might format or aggregate data in a way that doesn’t directly translate to a CSV download. When you download the data as CSV, it’s typically flattened to match the underlying table model, which might not preserve the same formatting or hierarchy you see in the Matrix visual.
One workaround is to make sure you're using Export data options from the visual itself rather than exporting the whole report. That way, it’ll give you a CSV that’s closer to the actual data structure, but keep in mind it won’t replicate the formatting like row/column grouping or totals.
It’s just one of those quirks with Power BI but it’s good to keep in mind when working with data exports!
When you export to CSV, Power BI exports the underlying data values, not the formatted values shown in the visual. CSV is a plain text format, so things like currency symbols, thousand separators, percentages, or display units (K/M/B) are not preserved.
If you need the exported file to match what users see in the report, consider these options:
Export to Excel instead of CSV, which preserves formatting more reliably.
Create a formatted measure or column using FORMAT() if the formatted value itself must be exported.
For full control over export layout and formatting, consider using a Paginated Report, which is designed for pixel-perfect exports (CSV, Excel, PDF, etc.).
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |