Skip to content

TCC-RBD/PowerBI-Developer-Samples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Power BI Embedded sample in Node JS

Embed for your customers

Requirements

  1. Node JS

  2. IDE/code editor. We recommend using Visual Studio Code.

Set up a Power BI app

Follow the steps on aka.ms/EmbedForCustomer

Run the application on localhost

  1. Open IDE.

  2. Open AppOwnsData folder.

  3. Open terminal and install required dependencies by executing the following command.
    npm install

  4. Fill in the required parameters in the config.json file related to AAD app, Power BI report, workspace, and user account information.

  5. Run the following command in CMD/PowerShell to start the application.
    npm start

  6. Open http://localhost:5300 in browser or refer to logs to check the port on which the application is running.

Supported browsers:

  1. Google Chrome

  2. Microsoft Edge

  3. Mozilla Firefox

Important

For security reasons, in a real world application, passwords and secrets should not be stored in config files. Instead, consider securing your credentials with an application such as Key Vault.

About

A collection of Power BI samples for developer use.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.8%
  • HTML 9.3%
  • CSS 2.9%