Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

JavaScript library for embedding Power BI into your apps. Check out the docs website and wiki for more information.

License

NotificationsYou must be signed in to change notification settings

microsoft/PowerBI-JavaScript

Repository files navigation

JavaScript library for embedding Power BI into your apps.

Build StatusNPM VersionBower VersionNuget VersionNPM Total DownloadsNPM Monthly DownloadsGitHub tagGitter

Wiki

See thewiki for more details about embedding, service configuration, setting default page, page navigation, dynamically applying filters, and more.

Code Docs

See thecode docs for detailed information about classes, interfaces, types, etc.

Demo

See thelive demo for sample application using the powerbi-client library in scenarios such as page navigation, applying filters, updating settings, and more.

Installation

Install via Nuget:

Install-Package Microsoft.PowerBI.JavaScript -Pre

Install from NPM:

npm install -save powerbi-client

Install from Bower:

bower install powerbi-client --save

Installing beta versions:

npm install --save powerbi-client@beta

Include the library via import or manually

Ideally you would use module loader or compilation step to import using ES6 modules as:

import*aspbifrom'powerbi-client';

However, the library is exported as a Universal Module and the powerbi.js script can be included before your apps closing</body> tag as:

<scriptsrc="/bower_components/powerbi-client/dist/powerbi.js"></script>

When included directly the library is exposd as a global named 'powerbi-client'.There is also another globalpowerbi which is an instance of the service.

About

JavaScript library for embedding Power BI into your apps. Check out the docs website and wiki for more information.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp