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
关注者数131
派生数1.4k
提交数390
已启用问题?
问题数0
打开的问题数0
拉请求数68
打开的拉请求数64
关闭的拉请求数57
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?
去到顶部