Forum Discussion
Power BI Paginated Report Export as CSV
Thanks for the reply. My SQL columns don't have spaces, but the output column headers MUST have spaces. This is not my choice, but a requirment of the third party that I am creating the CSV for to be imported into their system. Why they wrote a database import specificiation to require spaces in their column headers is beyond me, but my hands are tied. I think my only option at this point would be to move the data retrival and export into power automate where I can control the CSV output more granularly.
Hi Anonymous ,
I have a similar requirement, did you get any solution?
Regards,
Karthiga
- Anonymous2 years agoNot applicable
KarthigaM22 No in the interest of time I just exported it to excel and told the end user how to resave as a CSV. The only workaround I can think of is to use power automate to query the source data, then create a CSV file with custom headers.
- KarthigaM222 years agoFrequent Visitor
Thanks for your response, have to follow Power automate approach then.