Forum Discussion
paul07
8 years agoNew Member
Calling Azure Machine Learning Web Services from within Power BI Desktop
Dear friends, I have developed several forecasting models using R in the Azure Machine Learning Studio environment and have deployed those models as web services. I would like to know if ther...
v-sihou-msft
8 years agoMicrosoft Employee
You can get data from API with Power Query in Power BI Desktop. I assume your web service returns a JSON. You can format the JSON into a Table format. Then you can populating this dataset into any visuals you created. Please refer to articles below:
https://chris.koester.io/index.php/2015/07/16/get-data-from-twitter-api-with-power-query/
http://angryanalyticsblog.azurewebsites.net/index.php/2016/05/16/api-strategies-with-power-bi/
Also you can use R visual, you can put your R script generate a chart. See a similar thread below:
https://community.powerbi.com/t5/Desktop/Forecast-Table-R-script/m-p/197834
Regards,