3

それは私を狂気に駆り立てています。

私の主な目標は、Rails Web アプリに POWER BI レポート/タイルを埋め込むことです。

いくつかのレポートを含む POWER BI アカウントを持っています。Power BI Embedded 用の Azure ポータルでワークスペース コレクションも作成しました。

ポータルからワークスペースを自分の WorkspaceCollection に追加できません(なぜ M$ なのですか?)

私は OSX で作業しているため、これらの指示に従う ことができません(Visual Studio の PowerBI-embedded.sln): https://azure.microsoft.com/en-us/documentation/articles/power-bi-embedded-get -開始-サンプル/

そのため、代わりに OSX Azure CLI を使用しています: https://azure.microsoft.com/en-us/documentation/articles/xplat-cli-install/

ログイン後、私はこれを行うことができます:

$ azure powerbi -h
help:    Commands to manage your Azure Power BI Embedded Workspace Collections
help:    
help:    Create a new workspace collection
help:      powerbi create [options] <resourceGroup> <name> <location> [tags]
help:    
help:    List workspace collections within subscription or within resource group
help:      powerbi list [options] [resourceGroup]
help:    
help:    Commands to manage your Power BI Workspace Collection keys
help:      powerbi keys list [options] <resourceGroup> <name>
help:      powerbi keys renew [options] <resourceGroup> <name>
help:    
help:    Commands to manage your Power BI Workspaces
help:      powerbi workspaces list [options] <resourceGroup> <name>
help:    
help:    Options:
help:      -h, --help  output usage information
help:    
help:    Current Mode: arm (Azure Resource Management)

...この:

$ azure powerbi list
info:    Executing command powerbi list
+ Getting workspace collections in subscription: 12345678-1234-1234-1234-123456789012
data:    Name                         Group                  Location     Provisioning State  Tags
data:    ---------------------------  ---------------------  -----------  ------------------  ----
data:    MyCompanyWorkspaceCollection  MyCompanyResourceGroup  West Europe  Succeeded           null
data:    MyCompany-WC                  MyCompanyResourceGroup  West Europe  Succeeded           null
info:    powerbi list command OK

すごい!

MyCompanyWorkspaceCollection ( ) で新しいワークスペースをプロビジョニングするにはどうすればよいProvision a new workspace in an existing workspace collectionですか?

その後、そのワークスペースに PBIX ファイルをインポートする方法は?

アドバイスありがとうございます!

4

1 に答える 1