PowerBI-JavaScript

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

  • 所有者: microsoft/PowerBI-JavaScript
  • 平台:
  • 许可证: Other
  • 分类:
  • 主题:
  • 喜欢:
    12
      比较:

Github星跟踪图

powerbi-client

JavaScript library for embedding Power BI into your apps.

Build Status
NPM Version
Nuget Version
NPM Total Downloads
NPM Monthly Downloads
GitHub tag
Gitter

Wiki

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

Code Docs

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

Demo

New live demo for a 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

Install from NPM:

npm install --save powerbi-client

Installing beta versions:

npm install --save powerbi-client@beta

Include the library via import or manually

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

import * as pbi from 'powerbi-client';

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

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

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

概览

名称与所有者microsoft/PowerBI-JavaScript
主编程语言TypeScript
编程语言JavaScript (语言数: 3)
平台
许可证Other
发布数87
最新版本名称v2.19.1 (发布于 2022-02-21 15:31:40)
第一版名称v0.0.1 (发布于 )
创建于2015-09-28 21:59:50
推送于2024-04-16 12:23:18
最后一次提交2024-04-16 15:23:18
星数1k
关注者数154
派生数450
提交数891
已启用问题?
问题数0
打开的问题数0
拉请求数119
打开的拉请求数2
关闭的拉请求数38
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?
去到顶部