Skip to content

Commit 35797b3

Browse files
post(MCP): slight update for clarity
1 parent 1100f4c commit 35797b3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/posts/2025/2025-12-29-daxlib-svg-performance-mcp/daxlib-svg-performance-mcp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ Continue optimizing
621621

622622
I'll spare you the back and forth, since I've already shown the general kind of chat you might have.
623623

624-
The LLM dropped upstream columns that were not used in downstream calculation steps.
624+
The LLM dropped upstream columns that were not used in downstream calculation steps and moved the evaluation of reduced some duplication in calculations (`#!dax @InputX`).
625625

626626
```dax title="Chat GPT"
627627
FUNCTION DaxLib.SVG.Compound.Violin.ChatCPT = (
@@ -902,6 +902,6 @@ If we compare the UDFs, we can see that `@AxisIndex` from the `_Data` table has
902902

903903
## Conclusion
904904

905-
I plan to take these observations to improve Daxlib.SVG. The grouping of points to reduce iteration seems promising, and I plan to investigate whether iterations can be further reduced.
905+
I plan to take these observations to improve Daxlib.SVG. The grouping of points to reduce iteration seems promising, and I plan to investigate whether iterations can be further reduced, and remove duplicate calculations.
906906

907907
This post highlights that LLMs and MCP servers can be a helpful tool in identifying oversights. They can be valuable tools, but there is still a high level of importance for robust testing, validation and ownership from the Semantic Model author. The DAX Performance Tuner MCP seems like a good tool and makes sensible suggestions, but you still need to remain vigilant.

0 commit comments

Comments
 (0)