Forum Discussion
Anonymous
6 years agoNot applicable
Do Power BI Rest API allow to set credentials against Kusto?
Hello,
Do Power BI Rest API allow to set credentials against Kusto?
I am trying to set credentials through Power BI Rest API against Kusto. It allowed me at the beginning but datasources never get refreshed. I am receiving the following error:
{"refreshType":"ViaApi",
"startTime":"2020-01-08T19:46:45.357Z",
"endTime":"2020-01-08T19:55:10.863Z",
"serviceExceptionJson":"{\"errorCode\":\"ProcessingError\",\"errorDescription\":\"The credentials provided for the Kusto source are invalid. (Source at Kusto.). The exception was raised by the IDbCommand interface.Table: StormEvents.\"}",
"status":"Failed",
"requestId":"9320cc16-abd5-4a8e-88f6-6bdb855aa042"}
DataSource:
{"id":"52c3ba94-1330-4c6d-ac8d-bde9c824338b",
"gatewayId":"ef52e413-17dc-47c6-a348-2abbc2428983",
"datasourceName":null,
"datasourceType":"Extension",
"connectionDetails":"{\"extensionDataSourceKind\":\"Kusto\",\"extensionDataSourcePath\":\"Kusto\"}",
"credentialType":null,
"basicCredentials":null}
No Replies