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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

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
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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

Top Solution Authors