4da6caf673
* Updated eslint + packages, reworked eslint to use default config * Updated templates * Fixed eslint config * Fixed vulnerabilities * Updated eslint plugin package * Fixed api version check * Fixed middleware |
||
---|---|---|
.github/workflows | ||
.vscode | ||
assets | ||
bin | ||
certs | ||
spec | ||
src | ||
templates | ||
.eslintrc.json | ||
.gitattributes | ||
.gitignore | ||
.npmignore | ||
CONTRIBUTING.md | ||
Changelog.md | ||
LICENSE | ||
README.md | ||
SECURITY.md | ||
config.json | ||
eslint.config.mjs | ||
package-lock.json | ||
package.json | ||
tsconfig.json |
README.md
PowerBI Visual Tools (pbiviz)
The easiest way to create custom visuals is by using the PowerBI command line tools which can be easily to installed via NPM. The command line tools provide everything you need to develop visuals and test them in live PowerBI reports and dashboards.
Features:
- Visual project generation
- TypeScript compilation
- Less compilation
- Automatic live reload
- pbiviz packaging (for distribution)
Basic Setup
Before you can get started you'll need to install the tools. This should only take a few seconds.
Dependencies
Before you can run (or install) the command line tools you must install NodeJS.
- NodeJS 18.0+ Required - Download NodeJS
Installation
To install the command line tools simply run the following command
npm install -g powerbi-visuals-tools
To confirm it was installed correctly you can run the command without any parameters which should display the help screen.
pbiviz
How to build a visual?
Refer to our documentation repository
Usage
You can learn more about using these tools in the following guides
PowerBI Visuals Tools Changes
Visuals API Changes
Contributing
If you would like to contribute please see How To Contribute.