$npx skillfedfor your agent

Power BI Visuals

Power BI Visuals enables you to create, bind, and manage 32+ visual types on PBIR report pages directly via pbi-cli, without needing Power BI Desktop. Supported visuals include bar charts, line charts, scatter plots, matrices, KPIs, gauges, and more, each configurable with custom positioning, sizing, and data binding. Bulk operations let you apply changes across multiple visuals at once by type or name pattern.

Power BI Visuals lets you create and add charts, cards, KPIs, and other visual types to PBIR report pages using pbi-cli.

AI-generated summary based on this skill's SKILL.md

424 111 MITupdated by MinaSaad1

Decision gist · record as of 2026-07-27

Power BI Visuals lets you create and add charts, cards, KPIs, and other visual types to PBIR report pages using pbi-cli. Power BI Visuals enables you to create, bind, and manage 32+ visual types on PBIR report pages directly via pbi-cli, without needing Power BI Desktop. Supported visuals include bar charts, line charts, scatter plots, matrices, KPIs, gauges, and more, each configurable with custom positioning, sizing, and data binding. Bulk operations let you apply changes across multiple visuals at once by type or name pattern.

manual: git clone https://github.com/MinaSaad1/pbi-cli → cp -r pbi-cli/src/pbi_cli/skills/power-bi-visuals ~/.claude/skills/power-bi-visuals
src/pbi_cli/skills/power-bi-visuals/SKILL.md · version 573c2cec

Use it when

  • Power BI Visuals supports 32+ chart types including bar charts, line charts, scatter plots, matrices, KPI cards, gauges, slicers.
  • Power BI Visuals enables data binding by mapping fields from your semantic model to visual properties like axes, values, and legend.

Verify before relying

Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

MinaSaad1/pbi-cli/power-bi-visuals · repository language: Python

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How do I add a bar chart to a Power BI report using Power BI Visuals?

Power BI Visuals lets you add a bar chart by specifying the chart type and binding data fields from your semantic model to the visual's axes and values. You can configure positioning, sizing, and appearance directly on the report page without opening Power BI Desktop. The skill supports 32+ visual types including bar, line, scatter, and more.

What chart types are supported by Power BI Visuals?

Power BI Visuals supports 32+ chart types including bar charts, line charts, scatter plots, matrices, KPI cards, gauges, slicers, combo charts, treemaps, funnel charts, and table visuals. Each type can be created and configured with custom data binding, layout positioning, sizing, and appearance settings directly on your report pages.

How do I bind data fields from my semantic model to Power BI Visuals?

Power BI Visuals enables data binding by mapping fields from your semantic model to visual properties like axes, values, and legend. Once you create a visual, you select the appropriate fields and configure how they map to the visual's data roles. This works across all supported visual types from simple tables to complex scatter plots.

Can I bulk update or delete multiple visuals at once in Power BI Visuals?

Yes, Power BI Visuals supports bulk management operations. You can update or delete multiple visuals simultaneously by type or name pattern, making it efficient to apply changes across many visuals on your report pages without modifying each one individually.

How do I resize and configure the layout of visuals in Power BI Visuals?

Power BI Visuals lets you configure visual layout by setting custom positioning, sizing, and appearance properties. You can resize and move visuals on the report page, adjust container properties, and apply bulk layout changes across multiple visuals at once using positioning and sizing parameters.

Does Power BI Visuals support visual calculations and DAX expressions?

Power BI Visuals supports adding visual calculations and DAX expressions to enhance your visuals. You can explore supported visual types and apply calculations to customize how data is displayed and aggregated within each visual on your report pages.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Power BI Visuals Skill

Create and manage visuals on PBIR report pages. No Power BI Desktop connection is needed -- these commands operate directly on JSON files.

Adding Visuals

```bash

Add by alias (pbi-cli resolves to the PBIR type)

pbi visual add --page page_abc123 --type bar pbi visual add --page page_abc123 --type card --name "Revenue Card"

Custom position and size (pixels)

pbi visual add --page page_abc123 --type scatter \ --x 50 --y 400 --width 600 --height 350

Named visual for easy reference

pbi visual add

(truncated - see the full file via the links below)

File tree — 1 file
src/pbi_cli/skills/power-bi-visuals/SKILL.md

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Create and add different chart types to Power BI report pages”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

power-bi-visuals
by julianobarbosa · julianobarbosa/claude-code-skills

Create and manage visuals directly on PBIR report pages without Power BI Desktop. Add charts, cards, KPIs, gauges, tables, and matrices; bind them to your data model using Table[Column] notation; and perform bulk operations across multiple visuals by type or name pattern.

MITupdated Jul 2026
★ 5repo stars
Review Report
by data-goblin · data-goblin/power-bi-agentic-development

Review Report assesses Power BI reports across usage, design, data model binding, and performance to surface actionable findings. It adapts to three scenarios—development, testing, and production—prioritizing usage metrics and adoption signals for deployed reports while evaluating design quality and technical soundness throughout.

GPL-3.0updated Jul 2026
★ 815repo stars
Create Pbi Report
by data-goblin · data-goblin/power-bi-agentic-development

Create Power BI reports end-to-end via the pbir CLI, from semantic model connection through visual placement, filtering, and publication. The skill guides you through design discovery, page setup, KPI and chart configuration, and validation before pushing to Fabric or Power BI Desktop.

GPL-3.0updated Jul 2026
★ 815repo stars
Pbi Report Design
by data-goblin · data-goblin/power-bi-agentic-development

Pbi Report Design is the authoritative guide for building polished Power BI reports. It covers design identity, visual hierarchy, spacing and alignment, color discipline, chart selection, and accessibility standards to eliminate generic formatting and ensure reports answer specific questions effectively.

GPL-3.0updated Jul 2026
★ 815repo stars
Connect Pbid
by data-goblin · data-goblin/power-bi-agentic-development

Expert guidance for connecting to Power BI Desktop's local tabular model using the Tabular Object Model and ADOMD.NET in PowerShell. Covers enumeration, DAX queries, model modification, and Desktop Bridge operations for reloading and verification.

GPL-3.0updated Jul 2026
★ 815repo stars
Power BI Custom Visuals
by MinaSaad1 · MinaSaad1/pbi-cli

Create bespoke Power BI visuals by describing what you need in plain language. The skill scaffolds a TypeScript project, guides you through the edit-validate loop with real-time error feedback, and packages your work into a .pbiviz file ready to import into your report.

MITupdated Jul 2026
★ 424repo stars

More skills Power BI Report (MIT) · power-bi-report (MIT) · power-bi (MIT) · Power BI Pages (MIT) · power-bi-filters (MIT) · Power BI Filters (MIT) · Power BI DAX (MIT) · power-bi-pages (MIT)

Tags
chart-creationdata-bindingbulk-operationsvisual-managementdashboard-designreport-buildingpbir-nativedax-calculationslayout-controlsemantic-model