PowerBI-Developer-Samples

A collection of Power BI samples for developer use.

  • Owner: microsoft/PowerBI-Developer-Samples
  • Platform:
  • License:: MIT License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart


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

Main metrics

Overview
Name With Ownermicrosoft/PowerBI-Developer-Samples
Primary LanguageJavaScript
Program languageC# (Language Count: 9)
Platform
License:MIT License
所有者活动
Created At2017-02-26 11:47:13
Pushed At2025-02-18 10:33:29
Last Commit At2025-02-18 02:33:25
Release Count0
用户参与
Stargazers Count1.7k
Watchers Count136
Fork Count1.5k
Commits Count397
Has Issues Enabled
Issues Count0
Issue Open Count0
Pull Requests Count72
Pull Requests Open Count64
Pull Requests Close Count57
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private