Unable to parse the response from the Azure ML Web Service - PowerBI, Azure Auto ML, Time Series

Mary 11 Reputation points
2021-01-26T09:49:00.273+00:00

Hi everyone,

I have issues while interfacing Azure ML with PowerBI. I deployed a model from Auto ML, and tried to consume it in PowerBI. I successfully completed the following tutorials create a predictive model by using auto ML and consume a model in PowerBI . But when it comes to implement my proper model, I get this error : "Unable to parse the response from the Azure ML Web Service".

I have to add that my model forecasts time series. On the contrary, the model was a regression in the Microsoft tutorials. And I didn't use R or Python script, I used exactly the same method as the second tutorial about PowerBI.

Thank you very much for your help ! don't hesitate to ask me if you need more information.

Mary

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,558 questions
Azure Time Series Insights
Azure Time Series Insights
An Azure internet of things (IoT) analytics platform to monitor, analyze, and visualize industrial IoT analytics data at scale.
74 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
35,929 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Vinnie Zhang 11 Reputation points
    2021-07-01T18:48:13.203+00:00

    Had the same issue myself, and I figured out that time series models in Azure AutoML only accept input datetime that's later than the latest datetime used when training. I have monthly data and I used until Sep 2020 to train my model, so when I filtered my input data in Power BI to only Oct 2020 and later, the AutoML model finally ran successfully. Hopefully this is helpful.

    2 people found this answer helpful.

  2. Nikhil Mehta 1 Reputation point
    2021-05-05T13:28:32.4+00:00

    I am facing the exact same problem.

    0 comments No comments