1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Power BI や Power Query でのエラー対応

Last updated at Posted at 2022-01-11

Power BIや Power Query は思わぬエラーが出ます

エラーがなかなか解決できないことが多いので、ケーススタディとしてメモを残しておきます。

Power BI

To be updated

Power Query

ゲートウェイ

2022/01/04
Web Contents を読み込むQuery を使用して、Power BI サービスを使用すると、自動更新の際に 個人用ゲートウェイが必要になります。
これだと、ローカルPC を起動しておく必要があるので非常に面倒です。
回避方法を以下の記事にまとめました。

クエリのマージ

選択内容から返される一致の件数を特定できません

2022/01/11
"選択内容から返される一致の件数を特定できません" と言うエラーが出ました。
"we were unable to determine how many matches the selection with return" appeared on Marge Queries function

原因はおそらく "クエリの元エクセルファイルが Teams の Private Channelの中においてあったこと"。
Private Channel の中の Share Point Online Folder ではアクセスに難があるといういうよりは、アクセス権の問題で データの流出を防いでいるということだと思います。

Probably the cause was "Source excel file for query was stored in Private channel of Teams".

ですので、データのマージを行う際は ソースデータのアクセス権を確認しましょう。

Share Point Online からの読み込み

Path に特殊文字が入っていると読み込めない

2022/01/11
SPO のフォルダ名に # を入れたフォルダ名を作ってしまっていたため、SPO Folder を Query した時に読み込むことが出来ませんでした。
なにはともあれ、Folder Pathに特殊文字は使用しないようにしましょう

※ Alteryx を使うことなどを考えても、スペースすら 使用しない方が良いと思われます。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?