Forum Discussion
Export Power BI Report Data to Excel Programmatically
- Anonymous6 years ago
HI DushyantK ,
As document mention, export data api can only export data to csv format.(Comma Separated Values) I don't think it is possible to do custom on that api to transform exported data format.
You can consider to use excel to open it, they will analytic by and display on worksheet.Regards,
Xiaoxin Sheng
HI DushyantK ,
As document mention, export data api can only export data to csv format.(Comma Separated Values) I don't think it is possible to do custom on that api to transform exported data format.
You can consider to use excel to open it, they will analytic by and display on worksheet.
Regards,
Xiaoxin Sheng
- simontaylor4 years agoMicrosoft Employee
Can you please share some ways to export power bi dataset/datflow into DB? I am still looking for a good way to do it. I prefer to call rest API via ADF for now.