Skip to content

SharathHebbar/custom_visuals_pbi

Repository files navigation

Custom Visuals for PBI

Frameworks and Tools

  1. PowerBI Custom Visual SDK: This is the primary tool for creating custom visuals in PowerBI.
  2. Power Query and M Language: For data transformation and integration within PowerBI.
  3. 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.

Getting Started

  1. Install the SDK:
npm install -g powerbi-visuals-tools
  1. Create a custom Visual
pbiviz new MyCustomVisual
cd MyCustomVisual
  1. To start the visual
pbiviz start
  1. To package the visual
pbiviz package

Releases

No releases published

Packages

No packages published

Languages