- Install
powerbi-visuals-tolls
npm i -g powerbi-visuals-tools@latest
-
Enable Developer Mode in PowerBI
-
Add a Developer Visual from the PowerBI Visualizations
-
Start the development server
pbiviz start
To package your final viz for use in production, use:
pbiviz package
The resulting files in the dist
folder are importable in PBI.
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