Power BI’s May 2026 Copilot Update Quietly Changed How Your AI Costs (and Queries) Behave
TL;DR:
The May 2026 Power BI update shipped several Copilot changes that look like UX sugar—but under the hood they affect query execution, cost predictability, and how Copilot reasons over your model. If you ship analytics or embedded BI on Azure, this is one of those “small release notes, big downstream impact” moments.
What actually shipped (and why it matters)
Microsoft’s May 2026 Power BI update rolled out a set of Copilot-related features: Copilot summary shortcuts, GA for visual calculations and custom totals, and a redesigned Get Data experience (preview). On paper, this reads like a productivity update. For engineers, it’s more interesting than that.
The key shift: Copilot is being pushed closer to the semantic layer, not just the report canvas. That has implications for cost, latency, and correctness when Copilot is answering questions against your data model. (learn.microsoft.com)
Copilot summary shortcuts = fewer tokens, better intent
Copilot summary shortcuts let users generate summaries directly from visuals instead of prompting in free-form chat. This matters because:
- The prompt scope is now anchored to a visual’s DAX context
- Fewer ambiguous tokens → less back-and-forth
- More predictable query plans
In practice, this reduces the “Copilot guessed wrong, try again” loop that quietly burns AI credits.
If you’re embedding Power BI or exposing reports to non-technical users, this is a cost-control feature disguised as UX polish.
Visual calculations GA: AI-friendly DAX, finally
Visual calculations (now GA) allow calculations scoped to a visual without polluting the global model.
Why engineers should care:
- Copilot can reason over smaller, localized expressions
- Less model-wide ambiguity when generating explanations
- Reduced risk of Copilot hallucinating measures that almost exist
This is especially relevant if you generate models dynamically or support multi-tenant datasets.
Custom totals + Copilot = fewer “why is this number wrong?” tickets
Custom totals sound boring until you pair them with Copilot.
Before:
- User asks Copilot why a total looks off
- Copilot inspects model-level aggregation logic
- Answer is technically correct and practically useless
Now:
- Totals reflect business logic explicitly
- Copilot explanations align with what users see
That alignment reduces both support load and “Copilot is lying” accusations.

The new Get Data experience (preview) and AI hygiene
The redesigned Get Data flow isn’t Copilot-branded, but it affects Copilot outcomes.
Cleaner ingestion paths mean:
- Better metadata
- More consistent column semantics
- Higher-quality grounding for Copilot answers
If Copilot is only as good as your model, this is Microsoft nudging you toward better AI hygiene—whether you asked for it or not.
Practical takeaways for .NET & Azure teams
If you ship Power BI artifacts or embed analytics:
-
Audit visuals
Prefer visual calculations over global measures where possible. -
Expect different Copilot behavior
Summary shortcuts change how users interact with AI—update docs and training. -
Watch capacity & Copilot usage
More efficient prompts don’t mean no cost—just more predictable cost. -
Prep for tighter AI–semantic coupling
This release is another signal that Copilot is moving into the model, not just sitting on top of it.
Why this matters beyond Power BI
This update mirrors what we’re seeing across Microsoft’s AI stack:
- Smaller, scoped contexts
- Fewer “chatty” prompts
- More deterministic AI behavior
For engineers shipping on Azure, that’s the direction of travel—AI that behaves more like infrastructure and less like a clever intern.
Further reading
- https://learn.microsoft.com/en-us/power-bi/fundamentals/whats-new
- https://learn.microsoft.com/en-us/power-bi/enterprise/service-copilot
- https://techcommunity.microsoft.com/t5/power-bi-blog/bg-p/PowerBIBlog