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
派生數449
提交數891
已啟用問題?
問題數0
打開的問題數0
拉請求數119
打開的拉請求數2
關閉的拉請求數38
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?
去到頂部