Giter Site home page Giter Site logo

shreyachauhan13 / microsoft-powerbi-javascript-example Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jeremykenedy/microsoft-powerbi-javascript-example

0.0 0.0 0.0 146 KB

Microsoft Power BI is a suite of business analytics tools that deliver insights throughout your organization. This is an example of the powerbi-client API javascript embeded interface.

License: MIT License

HTML 9.13% JavaScript 90.87%

microsoft-powerbi-javascript-example's Introduction

Microsoft PowerBI Javascript Embedded Example License: MIT

Table of Contents:

About

Microsoft Power BI is a suite of business analytics tools that deliver insights throughout your organization.

This is an example of the powerbi-client API javascript embeded interface.

API Call Requirements

In order to make an API request to Microsoft PowerBI You will need the following basic information for your request (obtained from PowerBI as outline here):

Name Desc Required
Embed Token The API Token that is ties the PowerBI Account to the request. YES
Embed URL The URL we will be sending the request to, query params may change based on report type. YES
Dashboard ID The ID of the dashbord we want. Dependant on report type
Report ID The ID of the specific report we want. Dependant on report type
Group ID The ID of the specific report group we want. Dependant on report type
Tile ID The ID of the dashboard tile report we want. Dependant on report type
  • Note: There may be more depending on what type of report you want.

Examples

Type Desc File Required API Fields
Hard Coded API Call values are hard coded. hard-coded-example.html Token, URL, Dashboard ID
Form Input Dashboard API Call values are poplulated from form inputs for a dashboard. input-form-dashboard-example.html Token, URL, Dashboard ID
Form Input Report API Call values are poplulated from form inputs for a specific report. input-form-report-example.html Token, URL, Report ID, Group ID

Libraries Used

File Tree

microsoft-powerbi-javascript-example
├── .gitignore
├── README.md
├── hard-coded-example.html
├── input-form-dashboard-example.html
├── input-form-report-example.html
├── LICENSE
├── power-bi.js
└── power-bi.min.js
  • Tree command can be installed using brew: brew install tree
  • File tree generated using command tree -a -I '.git|node_modules|vendor|storage|tests'

Resources

License

This repository and all the code within it is licensed under the MIT license. Enjoy!

microsoft-powerbi-javascript-example's People

Contributors

jeremykenedy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.