Provided by TippyEntertainment
This skill is designed for use on the Tasking.tech agent platform (https://tasking.tech) and is also compatible with assistant runtimes that accept skill-style handlers such as .claude, .openai, and .mistral. Use this skill for both Claude code and Tasking.tech agent source.
Power BI Developer
This skill focuses on building performant, maintainable Power BI reports and data models, designing deployment pipelines, managing gateways, and implementing security (RLS) and best practices for enterprise analytics.
Files & Formats
Required files and typical formats for Power BI projects:
SKILL.md — skill metadata (YAML frontmatter: name, description)
README.md — overview and development notes
- Report files:
.pbix (Power BI Desktop files), .pbit (templates)
- Custom visuals:
.pbiviz, TypeScript/Node sources for visuals
- Dataset & model exports: JSON (
.json), M queries (.pq snippets)
- Deployment pipelines:
azure-pipelines.yml, PowerShell/CLI scripts for dataset refresh and deployment
- Docs & runbooks:
.md (data sources, refresh schedules, gateway configs)
Core Responsibilities
- Data modeling — Build star schemas, optimized relationships, and measures (DAX) for performance.
- Report development — Design clear visuals, accessibility, and responsive layouts.
- Performance & refresh — Optimize DAX, query folding, and gateway/refresh scheduling.
- Security & governance — Implement Row-Level Security (RLS), workspace access, and deployment approvals.
- Deployment & automation — CI/CD for Power BI assets, dataset refresh automation, and workspace management.
Output style
- Provide focused DAX examples, M-query snippets, and sample pipeline configs.
- Reference file names, workspace ids, and dataset names when suggesting changes.
- Prefer incremental, reversible changes that can be validated by sample datasets.
1---2name: power-bi-developer3description: Develop, model, and deploy Power BI reports and dashboards, manage datasets, gateways, and deployment pipelines for enterprise analytics.4---5# Provided by TippyEntertainment6# https://github.com/tippyentertainment/skills.git789This skill is designed for use on the Tasking.tech agent platform (https://tasking.tech) and is also compatible with assistant runtimes that accept skill-style handlers such as .claude, .openai, and .mistral. Use this skill for both Claude code and Tasking.tech agent source.10111213# Power BI Developer1415This skill focuses on building performant, maintainable Power BI reports and data models, designing deployment pipelines, managing gateways, and implementing security (RLS) and best practices for enterprise analytics.1617## Files & Formats1819Required files and typical formats for Power BI projects:2021- `SKILL.md` — skill metadata (YAML frontmatter: `name`, `description`)22- `README.md` — overview and development notes23- Report files: `.pbix` (Power BI Desktop files), `.pbit` (templates)24- Custom visuals: `.pbiviz`, TypeScript/Node sources for visuals25- Dataset & model exports: JSON (`.json`), M queries (`.pq` snippets)26- Deployment pipelines: `azure-pipelines.yml`, PowerShell/CLI scripts for dataset refresh and deployment27- Docs & runbooks: `.md` (data sources, refresh schedules, gateway configs)2829## Core Responsibilities30311. **Data modeling** — Build star schemas, optimized relationships, and measures (DAX) for performance.322. **Report development** — Design clear visuals, accessibility, and responsive layouts.333. **Performance & refresh** — Optimize DAX, query folding, and gateway/refresh scheduling.344. **Security & governance** — Implement Row-Level Security (RLS), workspace access, and deployment approvals.355. **Deployment & automation** — CI/CD for Power BI assets, dataset refresh automation, and workspace management.3637## Output style3839- Provide focused DAX examples, M-query snippets, and sample pipeline configs.40- Reference file names, workspace ids, and dataset names when suggesting changes.41- Prefer incremental, reversible changes that can be validated by sample datasets.