0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

[MySQL][PowerBI] MySQLの情報をPowerBIで出力する

Last updated at Posted at 2024-10-18

環境

  • Windows 11 Enterprise

目次

PowerBIをMySQLに接続する

  1. MySQLデータベースを選択し、接続する
    image.png
  2. Azure Portalの該当のKeyVault or キー コンテナーSecretで下記情報を控える
    • HostName: hostname
    • DBName: dbname
    • UserName: username
    • Password: password
      image.png
      image.png
  3. 1.の後に表示されるPowerBIの下記にHostNameDBNameを入力する
    image.png
  4. 下記にUserNamePasswordを入力する
    image.png
  5. 接続を押下する
  6. 接続完了
    image.png

エラー一覧

Oracle MySQL Connector/NETのインストール

  1. 下記のエラーが発生する
    image.png
  2. 詳細情報をクリック
  3. 下記画面がブラウザで開かれる
    image.png
  4. Downloadを押下する
  5. Installerを開く
  6. Nextを押下し続ける
    image.png
  7. PowerShellを開く
  8. 下記コマンドをPowerShellで実行する
    PowerShell
    [System.Data.Common.DbProviderFactories]::GetFactoryClasses()|ogv
    
  9. パッケージが正しくインストールされている場合は、結果のダイアログにMySQL Data Providerが表示される
    image.png
  10. PowerBIを再起動する
  11. MySQLデータベースに接続する
    image.png
    image.png

参考リンク

MySQL データベース

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?