Forum Discussion
power BI rest API with python
- 5 years ago
Hi Anonymous ,
Try to use Power BI REST API to push data from Json file into a Power BI dataset,check the reference below:
https://docs.microsoft.com/en-us/power-bi/developer/automation/walkthrough-push-data
Best Regards,
KellyDid I answer your question? Mark my post as a solution!
Thanks for your reply!
This is my actual requirement
1. Creating an empty dataset using PBI API calls with python
2. Inseting some data from any file type like (json, csv, text etc..) into the newly created dataset with help of PBI API calls and python
3. Append the existing data with help of PBI API calls and python
I did all above steps with help of postman, and now we are trying to implement the same with help of python.
I did see the video you shared, I can create a table using python script from power BI desktop. But my requirement is using API calls need to create datasets and Insert data.
Hi Anonymous ,
Try to use Power BI REST API to push data from Json file into a Power BI dataset,check the reference below:
https://docs.microsoft.com/en-us/power-bi/developer/automation/walkthrough-push-data
Best Regards,
Kelly
Did I answer your question? Mark my post as a solution!