Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

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...
  • jppp's avatar
    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