Power BI
Docs HomeProduct SiteSupport
  • WireBootstrap for Power BI
  • Installation
  • Access Tokens
  • Data Connector
  • Tile Component
    • Render
    • Configuration
Powered by GitBook
On this page
  • Sample Project
  • Libraries
  • Components

Installation

PreviousWireBootstrap for Power BINextAccess Tokens

Last updated 3 years ago

WireBootstrap for Power BI can be downloaded from .

Sample Project

The download includes a Visual Studio sample project that demonstrates the different ways in which Power BI can be used inside applications developed with WireBootstrap.

Libraries


<!-- WireBootstrap Core -->
<script src="./node_modules/@wirebootstrap/wire/wire.js"></script>

<!-- WireBootstrap for Power BI -->
<script src="./lib/wire-pbi.js"></script>

Components


<!-- WireBootstrap Core -->
<script src="./node_modules/@wirebootstrap/wire/wire.js"></script>

<!-- Power BI Embed Client API -->
<script src="./node_modules/powerbi-client/dist/powerbi.min.js"></script>

<!-- WireBootstrap for Power BI -->
<script src="./lib/wire-pbi.js"></script>

All of the WireBootstrap for Power BI solution classes are located in the \lib\wire-pbi.js file off the root of the download. To use the library on a page, add a reference to it after a reference to the .

The embed components such as the have a dependency on . To use an embed component, add a reference to this library before wire-pbi.js.

core WireBootstrap library
WireBootstrap for Power BI Tile Component
Power BI's embed client API
here
WireBootstrap for Power BI Sample Application