Skip to content

How to invoke a model in Power BI using Azure Machine Learning service

Notifications You must be signed in to change notification settings

alex-nogue/Machine_Learning_in_Power_BI

Repository files navigation

Invoke a model in Power BI using Azure ML service

Power BI offers the possibility to invoke models deployed with either Azure ML service or Studio. AML services allows for more flexibility regarding model contruction regarding AML Studio. This last is however much easier to use. Follow this link to know more about AML services and Studio.

In this notebook, we are going to see how to train and deploy a model using Azure ML service and call it with Power BI. As I particularly struggled to reach this task due to the few amount of references in the community, I decided to write this notebook to clearly explain every step to call a Machine Learning model in Power BI.

To do so, we will divide this notebook into three sections:

The requirements are:

  • an Azure subscription to train & deploy your model
  • a Power BI Professional subscription to invoke your model in Power BI Dataflows
  • install the azureml-sdk library. Link to the installation guide
  • Python 3

Here are some resources I followed:

About

How to invoke a model in Power BI using Azure Machine Learning service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published