- Notifications
You must be signed in to change notification settings - Fork6
PowerBI sample demonstrating use of C# SDK for creating embed REST API
License
Azure-Samples/powerbi-dotnet-server-aspnet-web-api
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Sample WebAPI application demonstrating use ofPowerBI-CSharp SDK for creating embed REST API.
View demo: powerbipaasapi.azurewebsites.net
Pre-requisites:
You must have a workspace collection provisioned in azure. For infromation about provisioning see:https://azure.microsoft.com/en-us/documentation/articles/power-bi-embedded-get-started/
Clone repository
git clone https://github.com/Azure-Samples/powerbi-dotnet-server-aspnet-web-api.git
Set properties in Web.config from Azure Portal.
<add key="powerbi:WorkspaceCollectionName" value="[your workspace collection name]" /><add key="powerbi:WorkspaceCollectionAccessKey" value="[your workspace collection access key]" /><add key="powerbi:WorkspaceId" value="[workspace id containing your reports]" />
Build and Run solution
See:PowerBI-CSharp for details about usage of NuGet packages to facilitate creating tokens for authentication.
We're interested in feedback. Open anew issue if you have requests or find bugs.
About
PowerBI sample demonstrating use of C# SDK for creating embed REST API
Resources
License
Code of conduct
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.