Forum Discussion
Anonymous
5 years agoNot applicable
Set PowerBI datasource parameters programatically using PBI API
I would like to update my datasource credentials to AzureTable Storage. To know how is the format of the credentials I maked a Get datasources infos on an existing already linked dataset ( via power...
- Anonymous5 years ago
Hi Anonymous,
According to your error message, I think it means you are using the wrong update detailed in the rest API.
For this scenario, I'd like to suggest you use 'Get Datasources In Group' API to get the detailed configurations and setting of your data source, then you can use them in update data source API:
Datasets - Get Datasources In Group
Regards,
Xiaoxin Sheng
pbillava
4 years agoFrequent Visitor
Hey Hi,
di you get this working? If yes please share how you got this done.