Skip to content
Einar Ingebrigtsen edited this page Oct 26, 2015 · 6 revisions

Description

Power BI has a REST API that allows you interact with it. The purpose of this project is to wrap up this functionality into a typed library for .NET developers to consume. In addition, the library aims to cover common challenges that developers meet especially around the topic of multi-tenant Software-as-a-Service solutions.

To get started with everything you need to make sure you have your application registered in Azure Active Directory for it to have permission to push data to Power BI - read more here. The API can then be consumed as described in the Getting Started page.

If you have a SaaS solution, or a single deployed solution today and are looking into having Power BI as your visualization platform, have a read about multi tenancy and how you can take advantage of the authentication.

Clone this wiki locally