按照这种方法对我有用。
1)打开一张空白纸
2) 转到数据-> 从 Web
3) 我添加链接并单击 GO。它返回我下面
4)。我选择基本选项并输入 URL 并单击确定
5)。我得到以下屏幕
6)。我选择第二个选项,即表格。根据我的经验,我们所需的数据包含在表格中。
7)。我单击加载按钮以获取正确加载到网页上的数据。
HTH A)。如果您在步骤 3 中选择高级选项,那么我们将看到以下对话框。在上部的这个框中,我们可以通过其组成部分添加一个 URL。例如http://community.powerbi.com/t5/Desktop/How-to-setting-a-dynamic-URL-connection/td-p/57072
已在下面显示的快照中显示已输入其组成部分。可以在链接文档中参考设置动态 URL 连接的更多详细信息。
乙)。在对话框的下部有一个下拉菜单可以选择 HTTP 请求标头参数,例如
Accept Required. Set this to application/json.
Accept-Encoding Optional. Supported encodings are gzip and deflate.
Authorization Required. See authentication.
Connection Optional. It is recommended that Keep-Alive be enabled.
Content-Length Optional. It is recommended taht the request body length be specified when known.
等等......更多细节可以参考各种应用程序的查询管理HTTP请求
HTTP请求标头参数设置,例如
Enter data directly into Power BI Desktop
Connect to Excel in Power BI Desktop
Analysis Services multidimensional data in Power BI Desktop
Connect to CSV files in Power BI Desktop
Connect to a Google BigQuery database in Power BI Desktop
Connect to an Impala database in Power BI Desktop
Connect to an OData feed in Power BI Desktop
等等..可以参考power-bi/desktop-connect-excel
编辑:
关于 OP 的评论是否相同的 Excel 文件可以在另一台 PC 上运行,我认为这是不可能的。当尝试将文件复制到临时存储进行传输时,我们会收到一条警告,指出无法将该文件复制到具有其属性的新位置。您确定要在没有其属性的情况下进行复制。请参阅此警告快照。
因此,似乎相同的查询可能无法在新位置工作。必须为该位置创建新查询。