Forum Discussion
chotu27
9 years agoPost Patron
Azure machine learning with power bi dataset
Hi all, In Azure machine Learning can we use Source as power bi dataset or any to connect with Power bi data sets Please Help ???
- 9 years ago
Hi chotu27,
Workflow
By the end of the tutorial we will have set up the following workflow:

The high level steps we will be performing are as follows:
- Use R to extract data out of Azure SQL that has not yet been scored by our ML model
- Use R to call the Azure ML web service and send it the unscored data
- Write the output of the Azure ML model back into SQL
- Use R to read scored data into Power BI
- Publish the Power BI file to the Power BI service
- Schedule a refresh of the data using the Personal Gateway (which triggers a scheduled re-run of our R script and brings in new predictions)
In addition, here is a good article about how to integrate Azure Machine Language with Power BI for your reference. :smileyhappy:
Regards
jbulk
8 years agoAdvocate I
Here is a detailed 2 part blog with diagrams, code snippets and links.
https://www.linkedin.com/pulse/match-made-heaven-part-1-2-anthony-bulk/
https://www.linkedin.com/pulse/match-made-heaven-part-2-anthony-bulk/