Forum Discussion
Export Data From Matrix
- 3 years ago
Hi Anonymous ,
According to the Power BI documentation, the export option Data with current layout preserves the formatting of the visual, including number formatting and grouped (merged or unmerged) dimensions. However, this option is only available in public preview and may have some limitations or issues. One of the limitations is that the maximum number of characters per cell in Excel is 32,767, so if your Notes field exceeds this limit, it may not be exported correctly.
A possible workaround is to use the summarized data or underlying data export options, which export the data as a flat table of rows and columns. However, these options may not preserve the formatting or grouping of your matrix visual. Another option is to use a different visual that can display the Notes field without scrolling infinitely, such as a table or a card.
Best Regards,
Community Support Team _ kalyjIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous ,
According to the Power BI documentation, the export option Data with current layout preserves the formatting of the visual, including number formatting and grouped (merged or unmerged) dimensions. However, this option is only available in public preview and may have some limitations or issues. One of the limitations is that the maximum number of characters per cell in Excel is 32,767, so if your Notes field exceeds this limit, it may not be exported correctly.
A possible workaround is to use the summarized data or underlying data export options, which export the data as a flat table of rows and columns. However, these options may not preserve the formatting or grouping of your matrix visual. Another option is to use a different visual that can display the Notes field without scrolling infinitely, such as a table or a card.
Best Regards,
Community Support Team _ kalyj
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Choosing the "summarized data" option during Export achieved the result I am looking for. Thank you