svg-visuals
Installation
SKILL.md
SVG Visuals via DAX Measures (PBIR)
Use
pbirfor every report mutation. Thepbir-formatskill is read-only schema context. If the CLI is unavailable or lacks an operation, stop and report the gap.
Generate inline SVG graphics using DAX measures that return SVG markup strings. These render as images in table, matrix, card, image, and slicer visuals. Store as extension measures in reportExtensions.json.
How It Works
- A DAX measure returns an SVG string prefixed with
data:image/svg+xml;utf8, - The measure's
dataCategoryis set toImageUrl - Power BI renders the SVG as an image in supported visuals