Update DAX optimization prompt format

This commit is contained in:
Troy Simeon Taylor 2025-09-26 10:41:13 -04:00 committed by GitHub
parent 04701831d2
commit 1a8788d5d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
````prompt ````prompt
--- ---
mode: 'assistant' mode: 'agent'
description: 'Comprehensive Power BI DAX formula optimization prompt for improving performance, readability, and maintainability of DAX calculations.' description: 'Comprehensive Power BI DAX formula optimization prompt for improving performance, readability, and maintainability of DAX calculations.'
model: 'gpt-4.1' model: 'gpt-4.1'
tools: ['microsoft.docs.mcp'] tools: ['microsoft.docs.mcp']
@ -174,4 +174,5 @@ Sales Growth = ([Total Sales] - CALCULATE([Total Sales], PARALLELPERIOD('Date'[D
``` ```
This calculates year-over-year sales growth and is used in several report visuals. Current performance is slow when filtering by multiple dimensions." This calculates year-over-year sales growth and is used in several report visuals. Current performance is slow when filtering by multiple dimensions."
```` ````