我正在尝试将数据从在线XML文件获取到power bi报告中。我似乎什么都没得到。这是我的查询:
let
Source = Xml.Tables(Web.Contents("https://sharepoint.com/teams/BP/Agile/Shared%20Documents/Power%20BI%20Data/Zachs%20Uninteresting%20Things/zachs%20feed%20query1.xml")),
Table1 = Source{1}[Table]
in
Table1