Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request adds a comprehensive Power BI semantic modeling skill to guide users in building optimized data models following Microsoft best practices. The skill leverages the Power BI Modeling MCP server to analyze and modify semantic models.
Changes:
- Added
powerbi-modelingskill with comprehensive guidance on star schemas, relationships, DAX measures, RLS, and performance optimization - Included five reference documents covering essential modeling concepts and best practices
- Updated README.skills.md to register the new skill with asset references
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| skills/powerbi-modeling/SKILL.md | Main skill file defining usage, prerequisites, workflow, and MCP tools reference for Power BI semantic modeling |
| skills/powerbi-modeling/references/STAR-SCHEMA.md | Star schema design principles, table classification, dimension types, and anti-patterns |
| skills/powerbi-modeling/references/RLS.md | Row-level security implementation patterns, static vs dynamic RLS, and testing guidance |
| skills/powerbi-modeling/references/RELATIONSHIPS.md | Relationship properties, cardinality, cross-filter direction, and common patterns |
| skills/powerbi-modeling/references/PERFORMANCE.md | Performance optimization techniques for data reduction, columns, relationships, and DAX |
| skills/powerbi-modeling/references/MEASURES-DAX.md | DAX measures, naming conventions, patterns, and documentation best practices |
| docs/README.skills.md | Added powerbi-modeling entry to the skills registry with description and asset references |
aaronpowell
approved these changes
Feb 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds a Power BI semantic modeling skill that guides users in building optimized data models following Microsoft best practices. The skill uses the Power BI Modeling MCP server (announced in November) to analyze the active model's structure (tables, relationships, measures)
Type of Contribution