mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-23 11:55:12 +00:00
Add Power BI resources (#298)
* 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
This commit is contained in:
committed by
GitHub
parent
7786c82cad
commit
38969f7cc2
53
collections/power-bi-development.collection.yml
Normal file
53
collections/power-bi-development.collection.yml
Normal file
@@ -0,0 +1,53 @@
|
||||
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
|
||||
Reference in New Issue
Block a user