- PowerBI Custom Visual SDK: This is the primary tool for creating custom visuals in PowerBI.
- Power Query and M Language: For data transformation and integration within PowerBI.
- Python/R Integration: PowerBI supports Python and R scripts, which can be used for complex data manipulation and calling external APIs, such as those for LLMs.
- Install the SDK:
npm install -g powerbi-visuals-tools
- Create a custom Visual
pbiviz new MyCustomVisual
cd MyCustomVisual
- To start the visual
pbiviz start
- To package the visual
pbiviz package