Forum Discussion
Anonymous
2 years agoNot applicable
Power BI Paginated Report Export as CSV
I have a paginated report that I have to export as a CSV and the column names contain spaces. in SQL I replaced all the spaces in the names with underscores, and then pagianted report column headers ...
Anonymous
2 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.
KarthigaM22
2 years agoFrequent Visitor
Thanks for your response, have to follow Power automate approach then.