Microsoft SharePoint Online サイトがあり、そこに複数のドキュメントライブラリが含まれています。そのうちの 1 つのドキュメントライブラリには、Microsoft Excel ファイルとして保存された製造レポートが格納されています。すべての製造レポートは同じデータ構造を持っています。 分析のために、製造レポートのみをテーブルに読み込む必要があります。 Microsoft Power BI Desktopでは何をすべきですか?
正解:C
Example: My SharePoint site root url is https://powerbipanama.sharepoint.com/, but all of my files are actually in another site that starts with https://powerbipanama.sharepoint.com/sites/externalsales/ URL. In order to use the correct URL, we need to be in the folder of the data that we're trying to get and check the url that our browser shows. If it has the if it starts with the format of https://<site address>/sites/<sitename>/ then we need to use that url, otherwise we use the much simpler https://<site address> In my own case, I'll be using the https://powerbipanama.sharepoint.com/sites/externalsales url in order to connect to my site. Reference: https://powerbi.microsoft.com/sv-se/blog/combining-excel-files-hosted-on-a-sharepoint-folder/