Forum Discussion
jeckste
10 years agoFrequent Visitor
Export PowerBI Desktop and PowerPivit Tables Directly to SQL Tables
After bringing a lot of data into PowerBI Desktop or PowerPivot models and tables and adding a lot of complex DAX to transform it; I'd like to 'lighten the load' and have the ability to export a tabl...
v-haibl-msft
Microsoft Employee
10 years ago
You can also try to use R scripts to export data from Power BI back to SQL, please refer to links below:
http://www.thebiccountant.com/2015/12/28/how-to-export-data-from-power-bi-and-power-query/
http://stackoverflow.com/questions/19190744/how-to-quickly-export-data-from-r-to-sql-server
*Note: R visuals in Power BI Desktop has a few limitations.
- Data size limitations – data used by the R visual for plotting is limited to 150,000 rows. If more than 150,000 rows are selected, only the top 150,000 rows are used and a message is displayed on the image.
- Calculation time limitation – if an R visual calculation exceeds 5 minutes the execution times out, resulting in an error.
Best Regards,
Herbert