Forum Discussion
Anonymous
8 years agoNot applicable
Rest API error creating datasets for AzureAS (FailedToDeserializeDatasetError)
I am trying to create a dataset, pointing to an Azure AS model, in Power BI using the REST APIs. I get get the following error: FailedToDeserializeDatasetError I can successfully create datasets...
- 8 years ago
The documentation is not correct related to AAS: https://msdn.microsoft.com/en-us/library/mt203562.aspx
It also should be 'defaultMode':'AsOnPrem' for the Azure Analysis Service instead of AzureAS:
{'name':'AAS','defaultMode':'AsOnPrem','tables':[],'datasources':[{'name':'AAS','connectionString':''}]}
-JP
jppp
8 years agoContinued Contributor
The documentation is not correct related to AAS: https://msdn.microsoft.com/en-us/library/mt203562.aspx
It also should be 'defaultMode':'AsOnPrem' for the Azure Analysis Service instead of AzureAS:
{'name':'AAS','defaultMode':'AsOnPrem','tables':[],'datasources':[{'name':'AAS','connectionString':''}]}
-JP
- Anonymous8 years agoNot applicable
Works perfect, thanks!