如何将我的 Web api 与 Power BI 报告连接? [英] how to connect my web api wtih Power BI Reports?

查看:47
本文介绍了如何将我的 Web api 与 Power BI 报告连接?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个 Web API 来为我的报告提供所需的数据源.如何将我的 Web API 与 Power BI 连接.我通过了 Rest API.但我错过了完整的流程.

I have a web API to deliver required data sources for my reports. How can I connect my web API with Power BI. I gone through Rest API. But I am missing the complete flow.

推荐答案

转到主页 > 编辑查询 > 高级编辑器.下面是一些 Power Query 代码,用于查询向 API 端点发出 GET 请求.

Go to Home > Edit Queries > Advance Editor. Here is some Power Query code to query issue a GET request to an API endpoint.

let
    Source = Json.Document(Web.Contents("http://mywebapi"))
in
    Source

更多信息在这里:https://msdn.microsoft.com/en-我们/图书馆/mt260892.aspx

这里:https://blog.crossjoin.co.uk/2014/03/26/working-with-web-services-in-power-query/

这篇关于如何将我的 Web api 与 Power BI 报告连接?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆