sp-dev-fx-webparts/samples/js-powerbi-embedded
Hugo Bernier 7202809a7d Changed docs links to learn 2022-10-24 09:42:45 -04:00
..
.devcontainer remote container for js-powerbi-embedded 2022-03-11 16:05:01 -05:00
.vscode Renamed folder to js-powerbi-embedded 2016-09-15 20:23:33 +12:00
assets Changed docs links to learn 2022-10-24 09:42:45 -04:00
config Renamed folder to js-powerbi-embedded 2016-09-15 20:23:33 +12:00
src Renamed folder to js-powerbi-embedded 2016-09-15 20:23:33 +12:00
typings Renamed folder to js-powerbi-embedded 2016-09-15 20:23:33 +12:00
.editorconfig Renamed folder to js-powerbi-embedded 2016-09-15 20:23:33 +12:00
.gitattributes Renamed folder to js-powerbi-embedded 2016-09-15 20:23:33 +12:00
.gitignore Renamed folder to js-powerbi-embedded 2016-09-15 20:23:33 +12:00
.npmignore Renamed folder to js-powerbi-embedded 2016-09-15 20:23:33 +12:00
.powerbirc Renamed folder to js-powerbi-embedded 2016-09-15 20:23:33 +12:00
README.md remote container for js-powerbi-embedded 2022-03-11 16:05:01 -05:00
gulpfile.js Renamed folder to js-powerbi-embedded 2016-09-15 20:23:33 +12:00
package.json Renamed folder to js-powerbi-embedded 2016-09-15 20:23:33 +12:00
powerbi.njsproj Renamed folder to js-powerbi-embedded 2016-09-15 20:23:33 +12:00
tsconfig.json Renamed folder to js-powerbi-embedded 2016-09-15 20:23:33 +12:00
tslint.json Add tslint at the root of each SPFx project (#394) 2018-01-08 15:58:48 +02:00
typings.json Renamed folder to js-powerbi-embedded 2016-09-15 20:23:33 +12:00

README.md

page_type products languages extensions
sample
office-sp
power-bi
javascript
typescript
contentType technologies platforms createdDate
samples
SharePoint Framework
JQuery
1/1/2016 12:00:00 AM

Embed a PowerBI Report

Summary

This sample SharePoint Framework client-side web part embedding a PowerBI report using PowerBI Embedded without any server-side code.

PowerBI Embedded Client-SideWeb Part in the SharePoint Workbench

Compatibility

SPFx 0.2.0 Node.js v6 Compatible with SharePoint Online Compatible SharePoint 2019 Compatible with SharePoint 2016 (Feature Pack 2) Local Workbench Compatible Hosted Workbench Compatible Compatible with Remote Containers

Solution

Solution Author(s)
powerbi-embedded Roland Oldengarm (Provoke Solutions, @rolandoldengarm)

Version history

Version Date Comments
1.0 September 13, 2016 Initial release

Prerequisites

  • Created a Workspace and a Workspace collection in Azure
  • PowerBI report saved as PBIX
  • PBIX uploaded to the Workspace
  • Report Access Token generated

Please refer to this blog post for detailed instructions how to do this.

Minimal Path to Awesome

  • clone this repo
  • $ npm i
  • $ gulp serve

This sample can also be opened with VS Code Remote Development. Visit https://aka.ms/spfx-devcontainer for further instructions.

Features

The PowerBI Embedded Client-Side Web Part is built on the SharePoint Framework using React and uses PowerBI Embedded to securely display a report. All authentication and rendering happens client-side, there is no server-side component required.

It uses the PowerBI Client for rendering the PowerBI report.

Help

We do not support samples, but this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues.

If you're having issues building the solution, please run spfx doctor from within the solution folder to diagnose incompatibility issues with your environment.

You can try looking at issues related to this sample to see if anybody else is having the same issues.

You can also try looking at discussions related to this sample and see what the community is saying.

If you encounter any issues while using this sample, create a new issue.

For questions regarding this sample, create a new question.

Finally, if you have an idea for improvement, make a suggestion.

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.