Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
vijaysrinivasan
Regular Visitor

Export Power BI paginated report to a CSV file text box Expression working or not ?

Hi All,


We have trying to export to excel sometime loading failed. So we have trying to export to CSV it's downloaded but tablix's column (header text box) Expression not correct format any ideas for this.

 

Thanks and Regards,

Vijay Srinivasan

3 REPLIES 3
vijaysrinivasan
Regular Visitor

Hi rpatkar,
I have set to DataElementName ("Full Name")this is error bacase of two word between space than this type how to fixed.

Thanks and Regards,

Vijay Srinivasan

DataElementName needs to be CLS compliant so cannot have space in it. You can use 'Full_Name' for example. Please refer to these articles to learn more - reporting services - How to customize the header of the CSV file that exported by a SSRS report - St... & [MS-RDL]: Report.DataElementName | Microsoft Learn

rpatkar
Power BI Team
Power BI Team

hi Vijay, header values in case of export to CSV use the DataElementName from the RDL. In Report Builder, please properties window on right, set the DataElementName to desired string and then do an export to CSV to check output.

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

Check out the August 2024 Power BI update to learn about new features.

August Carousel

Fabric Community Update - August 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors