Skip to content

Commit 0b7d875

Browse files
authored
Add consumption from Power BI
1 parent d40b504 commit 0b7d875

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

articles/machine-learning/service/how-to-consume-web-service.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,3 +484,11 @@ The results returned are similar to the following JSON document:
484484
```JSON
485485
[217.67978776218715, 224.78937091757172]
486486
```
487+
488+
## Consume the service from Power BI
489+
490+
Power BI supports consumption of Azure Machine Learning web services to enrich the data in Power BI with predictions.
491+
492+
To generate a web service that's supported for consumption in Power BI, the schema must support the format that's required by Power BI. [Learn how to create a Power BI-supported schema](https://docs.microsoft.com/azure/machine-learning/service/how-to-deploy-and-where#Example-script-with-dictionary-input-Support-consumption-from-Power-BI).
493+
494+
Once the web service is deployed, it's consumable from Power BI dataflows. [Learn how to consume an Azure Machine Learning web service from Power BI](https://docs.microsoft.com/power-bi/service-machine-learning-integration).

0 commit comments

Comments
 (0)