Power BI’s new Standalone Copilot genuinely changes the way we work with data. It’s not just a cool new feature, but it actually shifts how we approach analysis. In this post, I’ll explain why that matters and share some practical ways you can start using it in your own work.
What’s Different Then?
You know the Copilot pane that’s been around for a bit? The one that only worked on whatever report you had open? Forget that. This new standalone version lets you query across everything you’ve got access to – all your reports, semantic models, the lot. You don’t even need to open a report first.
I’m not being dramatic when I say this is the biggest shift in how we interact with Power BI since DAX came along. It’s that significant.
Oh, and if you’ve got Copilot enabled in your tenant, this became the default in September 2025. So yeah, it’s already there waiting for you.
What Can It Actually Do?
Right, let’s skip the marketing fluff. Here’s what you can genuinely do with it:
You can ask questions that span multiple reports without hunting through workspaces. You can use normal English instead of trying to remember whether that field was called “SalesAmt” or “Sales Amount” or “Total Sales”. When you ask something, Copilot either uses whatever report you’ve attached, or it goes off and finds the most relevant data source itself.
And it doesn’t just spit out numbers – it gives you summaries, creates visuals, and actually interprets what the data means.
Real Examples (Because Theory Is Boring)
I’m using Adventure Works DW for these examples. You know, the Microsoft sample database that everyone’s got lying around.
Monday Morning CFO Ambush
You know how it goes. Monday, 8:47am, you’re halfway through your first coffee, and the CFO appears at your desk.
“What were our top 5 products by revenue last quarter?“
The Old Way: Fire up Power BI. Find the right report (which workspace was it in again?). Either create a new visual or faff about with filters. Check if you’ve even got last quarter’s data loaded. Format everything so it doesn’t look rubbish. Send it over.
Time? Probably 10 minutes if everything goes smoothly. Which it never does.
The Copilot Way:
I just type:
Show me the top 5 products by sales amount in Q3 2013 from Adventure Works 30 seconds later, I’ve got a visual with the top products, exact figures, and percentage breakdowns. Done.
Here’s the thing though, you need to be specific. “Last quarter” is useless because Copilot doesn’t know what quarter you’re in or what data you’ve got. Use actual dates or quarter numbers that exist in your model.
Inheriting Someone Else’s Model
We’ve all been there. Someone’s left the company (or gone on holiday), and you’ve inherited their Power BI work. You open it up and… what even is this?
Instead of clicking through tables and trying to work out relationships, I just have a conversation:
What data is available in the Adventure Works semantic model? Then:
Show me all sales-related measures Followed by:
What's the relationship between Product and Sales? And finally:
Give me sample sales data for Mountain Bikes in 2013 In five minutes, I understand more about the model than I would from an hour of clicking around. This alone has probably saved me a full working day over the past quarter.
Mid-Meeting Curveballs
Sales review meeting. Everyone’s looking at their printouts (yes, people still do that). Someone pipes up:
“How did our Internet sales perform compared to Reseller sales in North America?“
No one knows. Everyone starts shuffling papers. Before Copilot, this meant “I’ll get back to you on that” and another task on your list.
Now? I pull up Copilot on my laptop:
Compare Internet Sales Amount vs Reseller Sales Amount for North America in 2013 Boom. Chart appears. Question answered. Meeting moves on. I look competent.
The trick is being specific: what you’re comparing, where, and when. Miss any of those and you’ll get vague rubbish back.
Quick Trend Analysis
Sometimes you just need to understand what’s happening without building a full report. Maybe it’s exploratory, maybe you’re just curious, maybe you want to check something before going down a rabbit hole.
Show me sales trends by month for 2013 in Adventure Works. Highlight any significant changes. You get a line chart, automated insights about peaks and dips, month-over-month changes, and commentary on patterns.
Then the clever bit – Copilot remembers context. If there’s a spike in July, I can just ask:
Break down the July 2013 spike by product category No need to re-explain everything. It knows what I’m talking about.
Customer Analysis for Marketing
Marketing wants customer distribution data. Of course they want it by tomorrow. Of course they don’t know exactly what they need.
Create a summary of customers by sales territory. Show total customers and average order value for each territory. Copilot sorts it out: customer counts, average values, a nice visual (probably a table or map), and insights about which territories are worth focusing on.
If you need something more complex, you can push it:
Calculate customer lifetime value by territory. Define LTV as sum of all sales per customer. It’ll even create DAX measures on the fly when needed. Though to be honest, for production work, you’re better off writing that DAX yourself.
How to Actually Write Good Prompts
After a few hundred queries, here’s what works:
The Pattern: Action word + what you want + any filters + time period + optional formatting
Like this:
- “Show me sales by product category for Europe in 2013”
- “Compare revenue between Q1 and Q2 2013 by sales channel”
- “Summarise customer trends in North America over the last year”
What Doesn’t Work:
- “Give me some sales data” (what sales? which data? when?)
- “What’s the number?” (mate, which number?)
- “Show me everything about products” (that’s not a question, that’s chaos)
Prompts I Actually Use
For sales stuff:
What percentage of our 2013 revenue came from Internet vs Reseller channels? Show me the top 10 customers by total sales amount Which product subcategories had declining sales from 2012 to 2013? For products:
Compare sales of Bikes vs Accessories vs Clothing in 2013 What's the average order value by product category? Show me products with sales over £100,000 in 2013 For geography:
Rank sales territories by revenue for 2013 What's the sales growth rate by country year over year? Show me the distribution of customers across all territories For time-based analysis:
Show me year-over-year growth by month for 2013 vs 2012 What were our best and worst performing months in 2013? Calculate running total of sales by quarter for 2013 Just swap in your own model names and dates, and you’re sorted.
When It’s Not the Right Tool
Let’s not pretend Copilot is magic. There are times when you shouldn’t use it:
Don’t bother with Copilot for:
- Complex DAX that needs to be just right
- Reports you’ll run every week (build a proper report, save yourself the repetition)
- Anything that needs precise formatting for executives
- When you need complete control over how visuals look
Perfect for:
- Exploring data you don’t know well
- Quick answers during meetings
- Learning someone else’s model
- Validating your hunches
- One-off questions that don’t need a full report
Your Data Needs to Be Decent
Here’s where people trip up. Copilot is only as good as your data model. I learned this the hard way when I got absolute nonsense back from what should have been a simple query.
What “prepping your data for AI” actually means:
Your columns need proper names. Not “Col1” or “Field2” or whatever Access database nightmare you’ve inherited. Actual human-readable names.
Your tables need descriptions. Your relationships need to make sense. Your measures need clear names and descriptions of what they calculate.
Bad vs Good:
Bad: Column called “Amt” Good: Column called “Sales Amount”
Bad: Measure called “Calc1” Good: Measure called “Total Revenue” with a description: “Sum of sales amount from all transactions”
Bad: Table called “Fact1” Good: Table called “Internet Sales” with description: “Online sales transactions”
If your model isn’t marked as prepped for AI, Copilot warns you that results might be dodgy. Don’t ignore this. Fix your model properly.
When It Goes Wrong
Copilot isn’t perfect. Here’s my troubleshooting list:
Getting weird results?
- Make your prompt more specific
- Check Copilot is using the right model
- Look for data quality issues (missing relationships, wrong data types)
- Break complex questions into smaller steps
Can’t find any data?
- Check you actually have permissions to that model
- Make sure Q&A is enabled on the semantic model (it needs to be)
- Verify you’ve got the right capacity (need F64/P1 or higher)
- Try manually attaching the model instead of letting Copilot search
Everything feels generic?
- Your model probably isn’t prepped for AI—add metadata and descriptions
- Use actual field names from your model instead of concepts
- Reference specific measures by name
More Prompts You Can Steal
Here’s 15 more for Adventure Works. Just adapt them:
Sales:
1. Show me monthly sales trends for 2013 with year-over-year comparison 2. What's the average order value by customer type? 3. Calculate sales per day for each quarter in 2013 4. Show me the sales distribution across all product categories 5. Which sales territory has the highest customer count? Products:
6. List all products with profit margin above 40% 7. Compare revenue between Mountain Bikes and Road Bikes 8. Show me products that were introduced in 2013 9. What percentage of revenue comes from our top 20 products? 10. Find products with zero sales in the last quarter Customers:
11. Show me customer distribution by country 12. What's the repeat customer rate by territory? 13. Calculate average purchase frequency per customer 14. Show me customers who made purchases over £10,000 15. Summarise customer demographics by sales channel What’s Actually Changed for Me
Ad-hoc requests that used to take 10 minutes now take 2-3. That’s a 75% time saving. Model exploration that used to eat up half a day now takes an hour or two. Executive summaries are 60% quicker.
But the real value isn’t just time. It’s that our business users can answer their own simple questions now. I’m not a bottleneck for every “quick question” anymore. Decisions happen faster because people can get answers during meetings instead of waiting for me to build something.
Quick maths: if your BI team handles 20 ad-hoc requests a week, and Copilot saves 7 minutes per request, that’s 140 minutes a week. Over a month, that’s 9.3 hours per analyst. At £40/hour loaded cost, that’s £372 per month per analyst.
Not bad for something that’s just part of what you’re already paying for.
Getting Started
Want to try it? Here’s what to do:
This week:
- Check your capacity (needs F64/P1 or higher)
- Make sure Copilot is enabled in your tenant
- Verify the standalone experience setting is on
- Open Power BI service and find Copilot in the navigation
Next week:
- Review your main semantic models
- Fix any rubbish column names
- Add descriptions to tables and measures
- Set data categories properly (dates, geography, currency)
- Mark models as prepped for AI
Week after:
- Start with simple queries – top 5s, totals, basic comparisons
- Move on to time-based questions
- Try asking questions across different reports
- Practice follow-up questions
- Build your own list of useful prompts
Final week:
- Show power users how to write good prompts
- Create a prompt library for your organisation
- Document what works and what doesn’t
- Set realistic expectations
- Get feedback from actual users
Final Thoughts
Copilot isn’t replacing DAX. It’s not making report developers redundant. What it’s doing is changing when we use traditional techniques versus when we just need a quick answer.
For exploratory work, ad-hoc questions, and understanding unfamiliar data, it’s brilliant. For production reports, complex calculations, and polished deliverables, you still need proper Power BI skills.
The analysts who do well will be the ones who know which approach to use when—and how to use both together.
Try this: For the next week, use Copilot for every ad-hoc request you get. Keep notes on what works and what doesn’t, and how much time you actually save. Then let me know in the comments what you found.
Want more on AI in Power BI? Tell me what scenarios you’d like me to cover next.
Links
Questions about Copilot? Drop them in the comments. I answer everything with actual real-world experience, not marketing nonsense.

