Pbir Cli
pbir is a command-line tool for working with Power BI reports in PBIR format. It enables you to explore report structure, create and modify pages and visuals, apply formatting and themes, validate report integrity, and publish to Fabric—all without directly editing JSON files.
pbir CLI is a command-line tool for exploring, building, and managing Power BI reports.
AI-generated summary based on this skill's SKILL.md
Install
data-goblin/power-bi-agentic-development/pbir-cli · repository language: C#
git clone https://github.com/data-goblin/power-bi-agentic-development
cp -r power-bi-agentic-development ~/.claude/skills/pbir-cligenerated, unverified - the skill's exact subdirectory could not be determined; check the repository on GitHub
Frequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
What is pbir CLI and what can it do?
Pbir CLI is a command-line tool for working with Power BI reports in PBIR format. It enables you to explore report structure, create and modify pages and visuals, apply formatting and themes, validate report integrity, and publish to Fabric—all without directly editing JSON files.
How to use pbir CLI for report management?
Pbir CLI provides a suite of commands to manage Power BI reports. You can use it to explore your report's structure, create or modify pages and visuals, apply formatting and themes, and validate that your report maintains integrity. The tool abstracts away direct JSON editing, making report manipulation more accessible through command-line operations.
What is pbir command line interface and how do I install it?
Pbir CLI is the command-line interface for Power BI report manipulation. Installation details and setup instructions are available in the official documentation. Once installed, you'll have access to all pbir commands for managing PBIR-format reports from your terminal.
Where can I find pbir CLI documentation and examples?
Pbir CLI documentation, including command references, usage guides, and examples, is available through the project's official resources. The documentation covers installation, command syntax, and practical examples to help you get started with report creation, modification, and publishing workflows.
What are the main pbir CLI commands and their purposes?
Pbir CLI offers commands for exploring report structure, creating and modifying pages and visuals, applying formatting and themes, validating report integrity, and publishing reports to Fabric. Each command is designed to handle specific aspects of Power BI report management without requiring direct JSON file editing.
Is pbir CLI open source and what license does it use?
Pbir CLI is released under the GPL-3.0 license, making it open source software. This license allows you to use, modify, and distribute the tool while maintaining the same open-source terms for any derivatives.