Forum Discussion
navaraj
8 years agoFrequent Visitor
REST api: updatedatasources is no more working ?
I have tried an rest api to update datasource of a Dataset as https://api.powerbi.com/v1.0/myorg/groups/".$group_id."/datasets/".$updated_dataset_id."/updatedatasources But my bad that the result p...
- 8 years ago
My bad, json has to be build as per provided, and backslash should be handled correctly.
v-jiascu-msft
8 years agoMicrosoft Employee
Hi navaraj,
I did it successfully. You should follow this guide and consider the #restrictions. What were the error messages?
Best Regards,
Dale
navaraj
8 years agoFrequent Visitor
My bad, json has to be build as per provided, and backslash should be handled correctly.