# Pbip

> Work safely with Power BI Project files: PBIP, PBIR report folders, TMDL semantic model folders, .platform identity files, and .pbi local state. Use whenever editing Power BI project files.

- **Type:** Skill
- **Install:** `agentstack add skill-gustavonline-agentic-powerbi-pbip`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [gustavonline](https://agentstack.voostack.com/s/gustavonline)
- **Installs:** 0
- **Category:** [Data & Analytics](https://agentstack.voostack.com/c/data-and-analytics)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [gustavonline](https://github.com/gustavonline)
- **Source:** https://github.com/gustavonline/agentic-powerbi/tree/main/skills/pbip

## Install

```sh
agentstack add skill-gustavonline-agentic-powerbi-pbip
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# PBIP / PBIR / TMDL Workflow

PBIP makes Power BI source-control friendly by saving report and model metadata as text files.

## Structure

```text
Project/
├── Report.pbip
├── Report.Report/
│   ├── definition.pbir
│   └── definition/
└── Report.SemanticModel/
    ├── definition.pbism
    └── definition/
```

## Rules

- `.Report/definition.pbir` binds the report to a semantic model.
- `.Report/definition/` contains PBIR report JSON.
- `.SemanticModel/definition/` contains TMDL model files.
- `.pbi/` contains local cache/settings and should normally not be committed.
- `.platform` contains Fabric identity. Do not invent or casually rewrite it.

## Safe edit workflow

1. Inspect before editing.
2. Prefer `pbir` CLI for report edits when available.
3. Prefer Tabular Editor/TOM for model edits when available.
4. Make small changes.
5. Validate immediately.

```bash
node scripts/validate-pbip.mjs .
pbir validate "Report.Report" --all
```

## Rename checklist

When renaming tables, columns, measures, pages, or visuals, search across:

- TMDL table files
- relationships
- PBIR visual JSON
- filters and sort definitions
- report extensions / visual calculations
- DAX query files
- diagram layouts

Ask before doing broad rename cascades.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [gustavonline](https://github.com/gustavonline)
- **Source:** [gustavonline/agentic-powerbi](https://github.com/gustavonline/agentic-powerbi)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-gustavonline-agentic-powerbi-pbip
- Seller: https://agentstack.voostack.com/s/gustavonline
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
