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?
已存档?
是复刻?
已锁定?
是镜像?
是私有?