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
所有者活动
創建於2017-02-26 11:47:13
推送於2025-02-18 10:33:29
最后一次提交2025-02-18 02:33:25
發布數0
用户参与
星數1.7k
關注者數136
派生數1.5k
提交數397
已啟用問題?
問題數0
打開的問題數0
拉請求數72
打開的拉請求數64
關閉的拉請求數57
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?