Files
awesome-copilot/plugins/power-bi-development/.github/plugin/plugin.json
2026-03-06 10:20:53 +00:00

30 lines
859 B
JSON

{
"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.",
"version": "1.0.0",
"author": {
"name": "Awesome Copilot Community"
},
"repository": "https://github.com/github/awesome-copilot",
"license": "MIT",
"keywords": [
"power-bi",
"dax",
"data-modeling",
"performance",
"visualization",
"security",
"devops",
"business-intelligence"
],
"agents": [
"./agents"
],
"skills": [
"./skills/power-bi-dax-optimization",
"./skills/power-bi-model-design-review",
"./skills/power-bi-performance-troubleshooting",
"./skills/power-bi-report-design-consultation"
]
}