Skip to content

A collection of Power BI samples for developer use.

License

Notifications You must be signed in to change notification settings

farzinfar/PowerBI-Developer-Samples

Repository files navigation

topiclanguagesproducts
sample
csharp
js
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:

<compilationdebug="true"targetFramework="4.5"/>

And modify it to:

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

Issues

Power BI Support Page

Power BI Ideas

About

A collection of Power BI samples for developer use.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript88.9%
  • C#7.5%
  • HTML1.6%
  • Classic ASP1.6%
  • CSS0.4%