Forum Discussion
Anonymous
3 years agoNot applicable
Problem in Update Datasource Power BI REST API Call
https://learn.microsoft.com/en-us/rest/api/power-bi/gateways/update-datasource The Power BI REST API call mentioned above is a PATCH request that is used to change/update the datasource credentials....
- Anonymous3 years ago
I found the answer. For using WIndows credentials, first the credentials need to be encrypted to a credential string.
The python example is given here - https://github.com/microsoft/PowerBI-Developer-Samples/tree/master/Python/Encrypt%20credentials
Anonymous
3 years agoNot applicable
I found the answer. For using WIndows credentials, first the credentials need to be encrypted to a credential string.
The python example is given here - https://github.com/microsoft/PowerBI-Developer-Samples/tree/master/Python/Encrypt%20credentials