tippyentertainment/skills

power-bi-developer

Develop, model, and deploy Power BI reports and dashboards, manage datasets, gateways, and deployment pipelines for enterprise analytics.

First seen Apr 8, 2026

Installation

$ npx skills add tippyentertainment/skills --skill power-bi-developer

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from tippyentertainment/skills · top by installs.

npx skills add tippyentertainment/skills

Browse all from tippyentertainment/skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,324 B
  • docs SUMMARY.md 271 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

Provided by TippyEntertainment

https://github.com/tippyentertainment/skills.git

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

  1. Data modeling — Build star schemas, optimized relationships, and measures (DAX) for performance.
  2. Report development — Design clear visuals, accessibility, and responsive layouts.
  3. Performance & refresh — Optimize DAX, query folding, and gateway/refresh scheduling.
  4. Security & governance — Implement Row-Level Security (RLS), workspace access, and deployment approvals.
  5. 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.