Forum Discussion
phbansal
2 years agoNew Member
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 exp...
- 2 years ago
You might want to look into Semantic Link
phbansal
2 years agoNew Member
Thanks Ibendlin,
Yes, you are right, I mean Power BI Service. I want to export data from report published on Power BI web service into SQL Server Database Table. I don't know the source for this report. I just have that report as a source and I need to export that data into SQL Server table using Python scripts. Can I connect with Power BI Service using Client_ID, Client_secret and token_id?