# Validation

> Validate Power BI work before completion: PBIP structure, PBIR JSON, report binding, TMDL warnings, field references, rename cascades, and toolchain status.

- **Type:** Skill
- **Install:** `agentstack add skill-gustavonline-agentic-powerbi-validation`
- **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/validation

## Install

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

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

## About

# Power BI Validation

Use this before saying a Power BI task is done.

## Validation ladder

1. Local structural validation:

```bash
node scripts/validate-pbip.mjs .
```

2. PBIR validation when `pbir` is available:

```bash
pbir validate "Report.Report" --all
```

3. Fabric/service checks when relevant:

```bash
fab auth status
fab exists "Workspace.Workspace/Model.SemanticModel"
```

4. Rename cascade checks:

```bash
rg "Old Name|OldTable|OldMeasure" .
```

## Report format

```text
Validation run:
Blockers:
Warnings:
Files changed:
Remaining risks:
```

## Common blockers

- invalid JSON
- broken `definition.pbir` binding
- missing theme/resource files
- page/visual folder-name mismatch
- renamed fields still referenced in visuals
- TMDL indentation or malformed descriptions

## 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-validation
- 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%.
