Forum Discussion
Anonymous
7 years agoNot applicable
Using API for parallel update of dataset
Hello everyone, My company uses an enterprise database where there is a limit on the number of licenses that we can have connected at one time. Therefore, because our Power BI worksheet is connec...
Jayendran
7 years agoSolution Sage
Hi Anonymous
There is no such API to update the SQL Table. However you can update the datasource with the below 2 options
1. Update data source API
2. Update Parameter API
POST https://api.powerbi.com/v1.0/myorg/groups/{groupId}/datasets/{datasetId}/Default.UpdateDatasources
POST https://api.powerbi.com/v1.0/myorg/groups/{groupId}/datasets/{datasetId}/Default.UpdateParametersUsing this you can update the sql server and sql database
- Jayendran6 years agoSolution Sage
Hi Anonymous
Do you have any update ? If my replay helps please accept it as answer/giving kudos which will help other community members