Skip to content

(Official Sample) The PowerBI getting started web app sample shows you how to start using the Microsoft Power BI REST API in an ASP.NET application. Source:Microsoft Power BI Team

Notifications You must be signed in to change notification settings

odeddror/getting-started-web-app-asp.net

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASP.NET-web-app-sample

The Power BI web sample shows you how to

  • Register a Power BI ASP.NET web app in Azure AD.

  • Create a simple Power BI web app that authenticate to Azure AD.

    • Configure Power BI settings authenticate with Azure AD.
    • Create a query string to authenticate with Azure AD.
    • Use Response.Redirect() to redirect to the Azure AD authentication service.
    • Get the authentication code sent from Azure AD, and get the authentication token from the authentication code.
    • call a Power BI REST operation using an Azure SD access token.

See complete ASP.NET web app sample article on MSDN.

About

(Official Sample) The PowerBI getting started web app sample shows you how to start using the Microsoft Power BI REST API in an ASP.NET application. Source:Microsoft Power BI Team

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 82.9%
  • Classic ASP 15.9%
  • CSS 1.2%