Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Azure-Samples/powerbi-node-server-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

powerbi-node-server-express

Sample express server to demonstrate building REST API for embedding reports.

Live Demo

https://powerbiembedapinode.azurewebsites.net/

Getting Started

  • Clone the repository:

    git clone https://github.com/Azure-Samples/powerbi-node-server-express.git
    
  • Set environment variables:

    (If you are using VS Code you can set them in launch.json to use F5 for debugging)

    set POWERBI_ACCESS_KEY=[The access key for the workspace collection]
    set POWERBI_WORKSPACE_COLLECTION=[The name of the workspace collection]
    set POWERBI_WORKSPACE_ID=[The GUID of workspace]
    
  • Run the server:

    (VS Code: Press F5)

    npm start
    

About

Sample express server to demonstrate building REST API for embedding reports.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published