Résumer cet article avec :

$14 per user per month. That is the number on Microsoft's pricing page. It sounds manageable. Until you realize you are building a SaaS product and your customers are never going to have a Power BI license.
Power BI pricing was designed for enterprise IT departments buying internal analytics seats. If you are a CPO or CTO at an ISV trying to ship analytics to your own customers, you are evaluating a completely different product at a completely different price point, with completely different tradeoffs.
This article breaks down every tier, the real cost of Power BI Embedded for ISVs, and the hidden fees that most procurement budgets discover after the contract is signed.
Power BI Pricing in 2026: Every Tier at a Glance
Microsoft offers six distinct licensing options. Each targets a different use case and buyer. Here is the current pricing as of May 2026.
|
Tier |
Price |
Who It's For |
Key Limitations |
|
Desktop |
Free |
Report creators (local only) |
Cannot share reports without Pro license |
|
Pro |
$14/user/mo |
Teams sharing dashboards internally |
1 GB dataset limit. Viewers need a paid seat too |
|
Premium Per User (PPU) |
$24/user/mo |
Power users needing larger datasets or AI features |
Every viewer still needs their own PPU license |
|
Premium Capacity (P-SKU) |
~$4,995/mo (P1) |
Large enterprises with 500+ viewers |
Deprecated for new buyers. Microsoft pushing to Fabric |
|
Fabric (F-SKU) |
From $262/mo (F2) |
New capacity buyers in 2026 |
Viewers below F64 still need a Pro or PPU license |
|
Embedded (A-SKU) |
From $735/mo (A1) |
ISVs embedding into customer-facing apps |
Requires engineering work. No white-label out of the box |
Wait: Power BI Pro is Not $10 Anymore
In April 2025, Microsoft raised Power BI Pro from $10 to $14 per user per month, and Premium Per User from $20 to $24. That is a 40% increase on Pro, applied to existing customers at renewal with no grandfathering.
Most third-party guides and budget templates still show the old figures. If your financial model was built before April 2025, it is wrong. Check your renewal date and recalculate before you sign anything.
Power BI Embedded Pricing: What ISVs Actually Pay
Power BI Embedded is a separate product from the standard Power BI tiers. It runs on Azure capacity, billed by the hour. Your end customers do not need Power BI licenses. You pay for the infrastructure and absorb the cost as part of your product.
The model sounds clean. In practice, the cost structure has more moving parts than it appears.
A-SKU Pricing: The Legacy Embedded Model
Legacy A-SKUs (still widely used) are Azure compute blocks billed at an hourly rate. You pay whether your customers are actively using dashboards or not, unless you build logic to pause capacity.
|
SKU |
vCores |
RAM |
Cost (24/7/mo) |
Cost (12h/day, weekdays) |
|
A1 |
1 |
3 GB |
~$735 |
~$265 |
|
A2 |
2 |
6 GB |
~$1,470 |
~$530 |
|
A3 |
4 |
12 GB |
~$2,940 |
~$1,059 |
|
A4 |
8 |
25 GB |
~$5,880 |
~$2,117 |
|
A5 |
16 |
50 GB |
~$11,760 |
~$4,234 |
|
A6 |
32 |
100 GB |
~$23,520 |
~$8,467 |
Prices are approximate USD pay-as-you-go rates for US regions as of May 2026. Verify current rates on the Azure pricing calculator before budgeting.
Fabric F-SKUs: The New Standard
Microsoft stopped selling P-SKU Premium capacity to new customers in 2024. If you are evaluating capacity licensing today, F-SKUs are the right starting point.
F-SKUs start at $262/month (F2) and include access to the broader Microsoft Fabric platform, not just Power BI. For ISVs, the key nuance is this: in an App Owns Data scenario (your customers use your product, not Power BI directly), your end users do not need individual licenses at any F-SKU tier. Your capacity cost covers their access.
App Owns Data vs User Owns Data: The Question That Changes Everything
These two embedding patterns determine your entire cost structure.
App Owns Data is the standard ISV model. Your application authenticates with Power BI on behalf of your customers. No customer ever needs a Power BI account. You pay for capacity. Your customers see dashboards that feel like part of your product.
User Owns Data means each of your end users authenticates directly with Power BI. Every viewer below F64 needs a Pro ($14/mo) or PPU ($24/mo) license. This model makes sense for internal employee-facing deployments, not for customer-facing SaaS products.
Most ISVs use App Owns Data. But if you are evaluating Power BI Embedded for the first time, confirm which pattern your architecture requires before sizing capacity.
The Hidden Costs That Do Not Appear on the Pricing Page
The capacity or per-user fee is the starting point. Here is what compounds on top of it.
Report Creator Licenses
Even in a pure Embedded deployment, the people inside your team who build and publish reports need a Pro license ($14/mo each). This is a fixed cost regardless of SKU tier. A team of 3 report builders adds $504/year before you count any capacity.
Azure Data Gateway
If your data lives on-premises or in a non-Azure environment, you need a gateway to connect it to Power BI. Setup runs $2,000 to $10,000 depending on complexity. Ongoing maintenance is either internal engineering time or a recurring support contract.
Engineering Integration Time
Power BI Embedded is not a plug-in. Implementing App Owns Data requires integrating the JavaScript SDK, building authentication flows, configuring row-level security per tenant, and setting up workspace management for each customer. Most teams report 2 to 4 weeks for a basic integration, more for multi-tenant architectures with strict data isolation.
That engineering time has a real cost. Four weeks of a senior engineer at standard market rates is $15,000 to $25,000 before you have served a single customer dashboard.
DAX and Power Query Proficiency
Power BI has a steep learning curve. DAX (the calculation language) and Power Query (the data transformation layer) take time to master. Microsoft's own training courses run $800 to $1,500 per developer. Teams that underinvest in this become dependent on external consultants at $150 to $300 per hour.
Ongoing Maintenance
Microsoft updates Power BI monthly. Some of those updates introduce breaking changes to embedded deployments. In February 2026 alone, Microsoft released four deprecations with deadlines between April and August 2026, including legacy Excel/CSV semantic models that stop refreshing without active remediation.
This is not a one-time setup cost. It is a recurring operational burden that scales with the complexity of your deployment.
The License Escalation Pattern
This scenario plays out more often than most ISVs expect:
|
Year 1: 3 Pro licenses for your report team = $504/year |
|
Year 2: 5 internal users want access to build dashboards = $840/year |
|
Year 3: Customer count grows, performance degrades on A1, upgrade to A3 = $35,280/year |
|
Year 4: Multi-tenant isolation requires architectural refactor + consulting = $20,000+ one-time |
None of these milestones are surprises in hindsight. They are predictable consequences of the pricing and architecture model. The budget line that looked manageable in Year 1 looks very different by Year 3.
What Power BI Embedded Does Not Do Well (For ISVs)
Power BI Embedded is a capable product. It is also a product built primarily for Microsoft's existing enterprise customers, not for ISVs who want to ship analytics features fast and keep them invisible inside their product.
White-Labeling Is Partial
Embedding Power BI typically means iframes. The visual components carry Microsoft's design language, and several elements cannot be fully removed. Customers who look closely know they are looking at Power BI, not your product.
Complete white-labeling, where your product looks like your product from every angle, requires significant custom JavaScript work on top of the SDK. Some ISVs achieve it. It takes time and maintenance to keep in place as the SDK evolves.
Multi-Tenancy Requires Manual Architecture
Power BI Embedded has no native multi-tenant management. Each customer typically gets their own workspace. Creating, provisioning, and managing those workspaces requires scripting against the REST API for every new client.
As your customer count grows, so does the operational complexity of this approach. Teams that start with 10 customers and build workspaces manually often hit a wall at 50 or 100 customers when the maintenance overhead becomes unsustainable.
Microsoft Stack Dependency
Power BI performs best with Azure-native data sources. If your stack runs on AWS or GCP, you add cross-cloud data transfer costs, potential latency, and the operational overhead of maintaining a gateway between environments.
This is not a dealbreaker for every ISV. But it is a real architectural dependency that should be factored into a TCO calculation, not discovered after deployment.
Who Should Actually Use Power BI Embedded
The honest answer: Power BI Embedded is a good fit for a specific type of ISV. It is a poor fit for another, more common one.
Power BI Embedded Makes Sense If You...
- Already run your infrastructure on Azure and your data lives in Azure-native services
- Have a dedicated BI team with DAX and Power Query expertise in-house
- Have fewer than 100 concurrent end customers in your initial deployment
- Have an analytics budget above $50,000 per year and dedicated engineering capacity to maintain the integration
- Your customers are already Microsoft users and seeing Power BI branding does not undermine your product experience
Power BI Embedded Is Probably Not the Right Fit If You...
- Need to ship embedded analytics in weeks, not quarters, without adding engineering headcount
- Want your customers to experience analytics as a native part of your product, not a third-party embed
- Run on AWS or GCP and prefer to avoid Azure dependency
- Are a growing ISV where customer count and data volume will scale significantly in the next 12 to 24 months
- Do not have a dedicated BI team and need non-technical product managers or ops people to build and iterate on dashboards
Power BI Embedded vs Purpose-Built Embedded Analytics: The Real Comparison
The market has a category of platforms designed from the ground up for ISVs who need to embed analytics into customer-facing products. These are not general BI tools with an embed option added later. Embedded is the primary use case.
Here is how Power BI Embedded compares on the dimensions that matter for an ISV product team:
|
|
Power BI Embedded |
Toucan (Purpose-Built Embedded) |
|
Entry price |
~$735/mo (A1 A-SKU) |
From $890/mo |
|
Integration time |
2-4 weeks (engineering required) |
Days, no dedicated dev team needed |
|
White-label |
Partial (iframe-based, MS branding visible) |
Native, full brand control |
|
Multi-tenancy |
Manual (REST API per workspace) |
Native, built-in tenant isolation |
|
No-code builder |
No (DAX + Power Query required) |
Yes, product and ops teams can build |
|
AI analytics (NLQ) |
Basic Copilot integration |
Conversational AI layer on governed semantic model |
|
Microsoft stack dependency |
High (best with Azure) |
None |
|
Pricing model |
Azure consumption (variable) |
Flat subscription (predictable) |
|
Maintenance overhead |
High (monthly SDK updates, deprecations) |
Low (managed by Toucan) |
A Real-World Cost Scenario for ISVs
Scenario: an ISV with 150 active customer tenants, 3 internal report builders, and moderate dashboard complexity.
|
Cost Element |
Power BI Embedded (Year 1) |
Toucan (Year 1) |
|
Platform / capacity fee |
~$17,640 (A2, 24/7) |
~$10,680 (annual) |
|
Pro licenses (3 creators) |
$504 |
Included |
|
Initial engineering integration |
~$20,000 (4 weeks) |
~$2,500 (a few days) |
|
Ongoing maintenance (estimated) |
~$8,000/year |
Minimal |
|
Total Year 1 estimate |
~$46,144 |
~$13,180 |
Estimates based on publicly available pricing and standard market rates for engineering services. Individual results vary based on team structure, complexity, and negotiated discounts.
The Bottom Line on Power BI Pricing for ISVs
Power BI is a well-built product. For large enterprises with dedicated data teams running Azure-native infrastructure, it is a reasonable choice for internal analytics. Power BI Embedded extends that capability to customer-facing scenarios.
But the pricing model, the integration complexity, and the ongoing maintenance overhead were not designed with the ISV product team in mind. The headline cost is misleading. The real cost, factoring in engineering, training, capacity sizing, and maintenance, is significantly higher.
If you are an ISV evaluating your options, the relevant question is not whether Power BI can technically do what you need. It almost certainly can. The question is whether the total cost of ownership, the time to market, and the engineering capacity required align with where your product and team are right now.
For many ISVs, especially those outside the Microsoft ecosystem or without dedicated BI engineering, purpose-built embedded analytics platforms offer a faster, more predictable path to shipping customer-facing analytics.
FAQ: Power BI Pricing
How much does Power BI Pro cost in 2026?
Power BI Pro costs $14 per user per month as of April 2025. Microsoft raised the price from $10/month in April 2025, a 40% increase applied at renewal for existing customers. Premium Per User (PPU) moved from $20 to $24 per user per month at the same time.
Is there a free version of Power BI?
Yes. Power BI Desktop is free. It lets individual users create reports on their local machine. The critical limitation: you cannot share those reports with anyone else without a Power BI Pro license. For team use or any form of embedding, a paid tier is required.
How much does Power BI Embedded cost for an ISV?
Power BI Embedded for ISVs (App Owns Data model) uses Azure A-SKUs starting at approximately $735/month (A1) for 24/7 operation, or Fabric F-SKUs starting at $262/month (F2). On top of capacity costs, add Pro licenses for internal report creators ($14/month each) and the engineering time required to build and maintain the integration. A realistic Year 1 budget for a mid-sized ISV starts around $30,000 to $50,000 when all costs are included.
Do my customers need a Power BI license if I use Power BI Embedded?
In an App Owns Data scenario (standard for ISVs), no. Your customers do not need Power BI licenses at any capacity tier. Your application authenticates on their behalf. The capacity cost is absorbed by you, the ISV. The F64 viewer license threshold only applies to internal User Owns Data deployments, not to customer-facing ISV products.
What is the difference between Power BI Embedded and Power BI Premium?
Power BI Embedded (A-SKUs) is built for ISVs who need to serve analytics to external customers inside their own applications. Power BI Premium (now F-SKUs via Microsoft Fabric) is designed for large enterprises that need to serve internal employees at scale without per-user licensing. Both provide capacity-based compute, but the authentication model, use case, and governance structure differ significantly.
Is Power BI Embedded good for SaaS products?
It depends on your team structure and timeline. Power BI Embedded works technically for SaaS products, but it requires significant engineering effort to integrate correctly, does not provide native multi-tenancy, and offers limited white-labeling. ISVs already embedded in the Microsoft Azure ecosystem with dedicated BI engineering capacity will find it a viable option. ISVs outside the Azure ecosystem or without dedicated BI engineering are likely better served by a purpose-built embedded analytics platform.
What are the hidden costs of Power BI Embedded?
The most common surprise costs include: Pro licenses for anyone on your team who creates or publishes reports ($14/month each); Azure data gateway setup and maintenance if your data is not Azure-native ($2,000 to $10,000); initial integration engineering (2 to 4 weeks of developer time); DAX and Power Query training; and ongoing maintenance as Microsoft releases monthly SDK updates and deprecations. Budget 40 to 60% above the raw capacity cost to cover these.
Alim Goulamhoussen
Alim is Head of Marketing at Toucan and a growth marketing expert with over 8 years of experience in the SaaS industry. Specialized in digital acquisition, conversion optimization, and scalable growth strategies, he helps businesses accelerate by combining data, content, and automation. On Toucan’s blog, Alim shares practical tips and proven strategies to help product, marketing, and sales teams turn data into actionable insights with embedded analytics. His goal: make data simple, accessible, and impactful to drive business performance.
Voir tous les articles