Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 640 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 640 Bytes

PowerBI With Custom React/JS Visual Starter

Setup

  1. Install powerbi-visuals-tolls
npm i -g powerbi-visuals-tools@latest
  1. Enable Developer Mode in PowerBI

  2. Add a Developer Visual from the PowerBI Visualizations

  3. Start the development server

pbiviz start

Package Final Viz

To package your final viz for use in production, use:

pbiviz package

The resulting files in the dist folder are importable in PBI.

Read more

See https://learn.microsoft.com/en-us/power-bi/developer/visuals/create-react-visual and https://learn.microsoft.com/en-us/power-bi/developer/visuals/environment-setup