* Add Power BI resources: 4 chat modes, 6 instructions, 4 prompts, and resources README * Remove power-bi-resources-README.md - not needed for PR * Add Power BI Development collection * Fix PR review feedback: Add collection YAML file and remove double fenced code blocks - Add power-bi-development.collection.yml with proper metadata - Remove outer 4-backtick fences from all Power BI files (chatmodes, instructions, prompts) - Files now have only the standard 3-backtick fences for proper GitHub Copilot compatibility * Remove outer code fences from Power BI chatmode files
54 lines
1.7 KiB
YAML
54 lines
1.7 KiB
YAML
id: power-bi-development
|
|
name: Power BI Development
|
|
description: Comprehensive Power BI development resources including data modeling, DAX optimization, performance tuning, visualization design, security best practices, and DevOps/ALM guidance for building enterprise-grade Power BI solutions.
|
|
tags: [power-bi, dax, data-modeling, performance, visualization, security, devops, business-intelligence]
|
|
items:
|
|
# Power BI Chat Modes
|
|
- path: chatmodes/power-bi-data-modeling-expert.chatmode.md
|
|
kind: chat-mode
|
|
|
|
- path: chatmodes/power-bi-dax-expert.chatmode.md
|
|
kind: chat-mode
|
|
|
|
- path: chatmodes/power-bi-performance-expert.chatmode.md
|
|
kind: chat-mode
|
|
|
|
- path: chatmodes/power-bi-visualization-expert.chatmode.md
|
|
kind: chat-mode
|
|
|
|
# Power BI Instructions
|
|
- path: instructions/power-bi-custom-visuals-development.instructions.md
|
|
kind: instruction
|
|
|
|
- path: instructions/power-bi-data-modeling-best-practices.instructions.md
|
|
kind: instruction
|
|
|
|
- path: instructions/power-bi-dax-best-practices.instructions.md
|
|
kind: instruction
|
|
|
|
- path: instructions/power-bi-devops-alm-best-practices.instructions.md
|
|
kind: instruction
|
|
|
|
- path: instructions/power-bi-report-design-best-practices.instructions.md
|
|
kind: instruction
|
|
|
|
- path: instructions/power-bi-security-rls-best-practices.instructions.md
|
|
kind: instruction
|
|
|
|
# Power BI Prompts
|
|
- path: prompts/power-bi-dax-optimization.prompt.md
|
|
kind: prompt
|
|
|
|
- path: prompts/power-bi-model-design-review.prompt.md
|
|
kind: prompt
|
|
|
|
- path: prompts/power-bi-performance-troubleshooting.prompt.md
|
|
kind: prompt
|
|
|
|
- path: prompts/power-bi-report-design-consultation.prompt.md
|
|
kind: prompt
|
|
|
|
display:
|
|
ordering: manual
|
|
show_badge: true
|