Forum Discussion

phbansal's avatar
phbansal
New Member
2 years ago
Solved

Exporting Data from Power BI Report to SQL Server Database Table

I want to export data from my Power BI Report on Power BI web service into SQL Server Database Table. How can I achieve it without exporting data first into Excel. I want to use Python script for exporting data from my Power BI Report on Power BI web service into SQL Server Database Table. How can I connect to Power BI Report using Python.

4 Replies

  • Lots of things going on here. You posted this in the Report Server section. Note that the Power BI data in Report Server is already in a SQL Server database.

     

    If you mean Power BI Service then be aware that a Power BI Semantic Model can be accessed via SSAS commands (for example from SSMS or from PowerShell).  You can use the standard SSIS packages to do an Export-Import from the SSAS Tabular instance to the SQL Server database.

     

    Having said all that - you're likely holding the problem wrong.  Instead of exporting from Power BI you should export from the original data source directly into the SQL Server.