Update DAX optimization prompt format
This commit is contained in:
parent
04701831d2
commit
1a8788d5d0
@ -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."
|
||||||
|
|
||||||
````
|
````
|
||||||
Loading…
x
Reference in New Issue
Block a user