PowerBI-Developer-Samples

A collection of Power BI samples for developer use.

  • 所有者: microsoft/PowerBI-Developer-Samples
  • 平台:
  • 許可證: MIT License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖


topic: sample
languages:

  • csharp
  • js
    products:
  • dotnet-core
  • power-bi

Build Status

Power BI API Code Samples

In this repository you can find sample apps explaining how to use Power BI API for developers.

Read this documentation to prepare your environment
https://docs.microsoft.com/en-us/power-bi/developer/embedding-content

Use one of the following samples to expirience the API.

You can use the instructions in each sample's directory to learn how to register an app, configure and run the sample.

Troubleshooting

Visual Studio 2013

To resolve a 'CS0012:Predefined type 'System.Object' is not defined or imported' error, please update web.config.

Find line:

<compilation debug="true" targetFramework="4.5"/>

And modify it to:

<compilation debug="true" targetFramework="4.5">
 <assemblies>     
   <add assembly="System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />   
 </assemblies>
</compilation>

Issues

Power BI Support Page

Power BI Ideas

概覽

名稱與所有者microsoft/PowerBI-Developer-Samples
主編程語言JavaScript
編程語言C# (語言數: 9)
平台
許可證MIT License
發布數0
創建於2017-02-26 11:47:13
推送於2024-04-09 20:31:14
最后一次提交2023-08-08 14:50:37
星數1.4k
關注者數130
派生數1.4k
提交數390
已啟用問題?
問題數0
打開的問題數0
拉請求數68
打開的拉請求數64
關閉的拉請求數57
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?
去到頂部