DP-900Chapter 92 of 101Objective 3.4

Power BI Premium vs Pro Licensing

This chapter covers the critical differences between Power BI Pro and Power BI Premium licensing, a core topic for the DP-900 exam under objective 3.4 (Describe analytics workloads). Approximately 10-15% of DP-900 questions touch on Power BI licensing, especially in scenarios comparing features, costs, and use cases. You will learn the exact licensing models, capacity vs. per-user limits, feature parity, and how to choose the right SKU for an organization. By the end, you will be able to answer any exam question about when to use Pro vs. Premium and what each license includes.

25 min read
Intermediate
Updated May 31, 2026

Car Rental Fleet vs. Private Luxury Garage

Power BI Pro is like renting a standard sedan from a car rental company. You get a reliable vehicle that you can drive yourself, but you are limited to driving it alone (one user, one license), and you cannot modify the engine or add custom features. Each driver needs their own rental agreement (license). The rental fleet is shared — if you want to use a car, you must reserve it, and the car can only be used by one person at a time. Power BI Premium, on the other hand, is like owning a private luxury garage with a fleet of vehicles. You buy the garage (capacity) once, and then anyone in your family (users) can drive any car without needing their own rental agreement — as long as they have a valid driver's license (free Pro license for viewers). The garage has a fixed size (capacity SKU) that determines how many cars you can park and how fast they can go (performance). You can also customize the cars (AI features, paginated reports) and let external guests drive them (sharing with external users). The key difference: with rental (Pro), you pay per driver; with the garage (Premium), you pay for the garage and then let unlimited drivers use it — but the garage itself is expensive. If you only have a few drivers, renting is cheaper. If you have many drivers, the garage saves money. The exam tests your understanding of this fundamental licensing model: per-user vs. per-capacity, and the implications for sharing, performance, and features.

How It Actually Works

What is Power BI Licensing and Why Does It Exist?

Microsoft Power BI offers two primary licensing models: Power BI Pro and Power BI Premium. Pro is a per-user license that grants individual access to all Power BI service features, including creating and sharing dashboards, reports, and datasets. Premium, on the other hand, is a capacity-based license that reserves dedicated compute and storage resources in the Microsoft cloud. Understanding the difference is essential for the DP-900 exam because you will be asked to recommend the appropriate license based on organizational requirements such as number of users, need for dedicated capacity, or advanced features like AI and paginated reports.

How Power BI Pro Licensing Works

Power BI Pro is a per-user subscription. Each user who wants to create or consume content in the Power BI service must have a Pro license. The license is purchased through Microsoft 365 admin center or Azure. Key characteristics: - Cost: Approximately $10 per user per month (as of 2025). - Content Creation: Pro users can create dashboards, reports, and datasets. - Content Consumption: Pro users can view content shared by other Pro users. - Sharing: Content can be shared with other Pro users within the same tenant. - Limitations: No dedicated capacity — all Pro users share the shared capacity pool. This means performance may degrade under high load. Maximum dataset size is 1 GB per dataset. Refresh limits: 8 scheduled refreshes per day for datasets. No support for paginated reports or AI-powered features like AutoML or cognitive services. - External Sharing: Pro users can share content with external Pro users if the tenant admin enables external sharing.

How Power BI Premium Licensing Works

Power BI Premium is a capacity-based license. Instead of paying per user, you purchase a reserved capacity SKU (e.g., P1, P2, P3, or EM/PPU variants). This capacity provides dedicated compute and storage resources that are not shared with other tenants. Key characteristics: - Cost: Starting at approximately $4,995 per month for P1 (as of 2025). - Capacity SKUs: P1 (v-core 8, memory 25 GB), P2 (v-core 16, memory 50 GB), P3 (v-core 32, memory 100 GB), and higher. Also EM SKUs for embedding. - User Licensing: Users who create content still need a Pro license (or Premium Per User). However, users who only consume content (view dashboards and reports) do not need a Pro license — they only need a free Power BI license. This is a major exam point: Premium capacity allows free users to view content. - Features Exclusive to Premium: - Paginated Reports: Pixel-perfect, print-ready reports (SQL Server Reporting Services style). - AI Features: AutoML, cognitive services (text analytics, image tagging), and Azure Machine Learning integration. - XMLA Endpoints: Allows read/write access to datasets for advanced management. - Large Datasets: Up to 400 GB per dataset (P1) and larger with higher SKUs. - Increased Refresh Limits: 48 scheduled refreshes per day for datasets. - Deployment Pipelines: Manage lifecycle of content across dev, test, and production. - Multi-Geo Support: Store data in different geographic regions. - Performance: Dedicated capacity ensures consistent performance, no noisy neighbors. - Metrics App: Premium Capacity Metrics app to monitor resource usage.

Premium Per User (PPU) — A Hybrid Option

Premium Per User (PPU) is a per-user license that grants the user access to Premium features without requiring the organization to purchase a full Premium capacity. Each PPU user pays a monthly fee (approximately $20/user/month) and gets the same features as Premium (paginated reports, AI, large datasets, etc.) but only for content that the PPU user creates or consumes. Other users who want to view that content must also have PPU licenses. PPU does not allow free users to view content. This is a common exam trap: PPU is per-user, not capacity-based, but includes Premium features.

How to Choose Between Pro and Premium

The DP-900 exam expects you to evaluate scenarios: - Small team (<100 users): Pro is cost-effective. - Large organization (500+ users): Premium may be cheaper per user when considering free viewers. - Need for paginated reports or AI: Premium (or PPU) is required. - Need for dedicated performance or large datasets: Premium capacity. - External sharing to free users: Only Premium capacity allows this.

Configuration and Verification

Licensing is managed in the Microsoft 365 admin center. To assign a Power BI Pro license: 1. Go to Microsoft 365 admin center > Users > Active users. 2. Select a user, click Licenses and apps, and assign Power BI Pro. 3. Alternatively, use PowerShell or Azure AD group-based licensing.

To enable Premium capacity: 1. Purchase a Premium SKU in Microsoft 365 or Azure. 2. In Power BI admin portal, manage capacity settings. 3. Assign workspaces to the capacity.

Verification commands (PowerShell):

# Get user licenses
Get-MsolUser -UserPrincipalName user@domain.com | Select-Object Licenses

# Check capacity assignments
Get-PowerBIWorkspace -Scope Organization -Include All | Where-Object {$_.CapacityId -ne $null}

How It Interacts with Other Technologies

Power BI licensing integrates with: - Microsoft 365: Pro licenses are managed via M365. - Azure Active Directory: For authentication and group-based licensing. - Azure Data Services: Premium capacity can connect to Azure SQL, Synapse, etc. - Power Platform: Power BI Pro licenses are separate from Power Apps or Power Automate licenses.

A common exam scenario: An organization wants to share dashboards with external stakeholders who do not have a Microsoft account. Answer: They need Power BI Premium capacity with the 'Share with external users' feature enabled, and external users need a free Power BI license (not Pro).

Exam Tips

Remember: Pro = per-user, Premium = capacity.

Only Premium capacity allows free users to consume content.

PPU gives Premium features but is per-user and does NOT allow free viewers.

Paginated reports, AI, and large datasets require Premium (or PPU).

The exam may ask about cost optimization: for many consumers, Premium is cheaper.

Know the default limits: Pro dataset size 1 GB, Premium up to 400 GB (P1).

Refresh limits: Pro 8/day, Premium 48/day.

Detailed Feature Comparison Table

| Feature | Pro | Premium Capacity | Premium Per User | |---------|-----|-----------------|------------------| | License model | Per user | Capacity | Per user | | Content creation | Yes | Yes (with Pro license) | Yes | | Free viewers allowed | No | Yes | No | | Paginated reports | No | Yes | Yes | | AI features | No | Yes | Yes | | Dataset size limit | 1 GB | Up to 400 GB (P1) | Same as Premium | | Scheduled refreshes | 8/day | 48/day | 48/day | | Dedicated capacity | No | Yes | No | | XMLA endpoints | No | Yes | Yes | | Deployment pipelines | No | Yes | Yes | | Multi-Geo | No | Yes | No |

This table is exam-relevant: you may be asked which license supports a specific feature.

Summary of Key Differences

Cost Structure: Pro is per-user; Premium is capacity-based.

Consumption: Premium allows free users to view content; Pro does not.

Features: Premium adds paginated reports, AI, larger datasets, more refreshes.

Performance: Premium provides dedicated resources; Pro uses shared capacity.

Management: Premium requires capacity management; Pro is simpler.

Understanding these differences is critical for the DP-900 exam and for real-world Power BI deployment decisions.

Walk-Through

1

Identify User Requirements

First, determine the number of users who will create content (authors) and those who will only view content (consumers). Also identify if any advanced features are needed: paginated reports, AI, large datasets, or XMLA endpoints. This step is crucial because the licensing choice depends on these numbers. For example, if you have 10 authors and 200 consumers, Premium capacity may be cost-effective because consumers do not need Pro licenses. If you have only 10 users total, Pro is cheaper.

2

Evaluate Budget Constraints

Calculate the total cost of Pro licenses (e.g., 210 users × $10 = $2,100/month) versus Premium capacity (starting at $4,995/month for P1). If the number of consumers is large, Premium may be cheaper per user. Also consider that Premium capacity includes all features, while Pro requires additional licensing for paginated reports (via Premium). The exam often tests this cost comparison: for a large number of viewers, Premium is more economical.

3

Check Feature Requirements

Determine if the organization needs features exclusive to Premium: paginated reports, AI (AutoML, cognitive services), large datasets (>1 GB), increased refresh frequency (>8/day), deployment pipelines, or XMLA endpoints. If any of these are required, the license must be Premium (capacity or PPU). Note that PPU grants these features but does not allow free viewers. The exam will ask: 'Which license supports paginated reports?' Answer: Premium (capacity or PPU).

4

Decide on External Sharing Needs

If the organization needs to share dashboards with external users (outside the tenant) who do not have a Pro license, only Premium capacity supports this. External users can sign up for a free Power BI license and view content shared from a Premium capacity workspace. Pro licenses cannot share with external free users. This is a common exam scenario: a company wants to share reports with customers without requiring them to purchase a license.

5

Select Appropriate SKU

Based on the above, choose either Pro (if only few users, no premium features, no free viewers needed), Premium capacity (if many consumers, need premium features, or external sharing), or Premium Per User (if small team needs premium features but not enough to justify full capacity). For capacity, select the SKU based on expected load: P1 for small to medium, P2 for larger, etc. The exam does not require detailed SKU sizing but expects you to know the concept of capacity tiers.

What This Looks Like on the Job

Enterprise Scenario 1: Large Organization with Thousands of Viewers

A multinational corporation with 50,000 employees wants to roll out Power BI dashboards for all staff. Only 500 employees are data analysts who create reports. The remaining 49,500 are consumers who only view dashboards. Using Pro licenses would cost $495,000/month (50,000 × $10). Instead, they purchase a Power BI Premium P3 capacity at approximately $20,000/month. Analysts still need Pro licenses (500 × $10 = $5,000/month), but consumers use free licenses. Total cost: $25,000/month — a 95% savings. The dedicated capacity ensures consistent performance even during peak usage. The IT team monitors the capacity using the Premium Capacity Metrics app to ensure it is not overburdened. Misconfiguration: If the capacity is too small (e.g., P1 for 50,000 users), performance degrades, and refreshes may fail. They must right-size the SKU.

Enterprise Scenario 2: Small Business with Advanced Reporting Needs

A small marketing agency of 20 employees needs to create paginated reports for clients and use AI to analyze sentiment. All 20 users are both creators and consumers. Pro licenses would cost $200/month but do not support paginated reports or AI. They could purchase Premium Per User for $400/month (20 × $20), which gives them all Premium features. However, if they need to share reports with clients (external users) who do not have licenses, PPU does not allow that. They would need a Premium capacity (P1 at $4,995/month) which is too expensive. Alternative: they can ask clients to sign up for a free Power BI license and use PPU? No, PPU does not allow free viewers. So they either upgrade to capacity or require clients to have PPU. This scenario tests understanding of external sharing limitations.

Enterprise Scenario 3: Embedded Analytics in SaaS Application

An ISV wants to embed Power BI reports into their SaaS product for end customers. They need to use Power BI Embedded (which is essentially Premium capacity with an A SKU) or Premium capacity. They choose an A1 SKU (approximately $735/month) for development and scale up as needed. End users do not need any Power BI license — the ISV pays for the capacity. This is called 'app owns data' embedding. Misconfiguration: If they use a Pro license for embedding, each end user would need a Pro license, which is impractical. The exam may ask: 'Which licensing model supports embedding without per-user licensing?' Answer: Premium capacity or Power BI Embedded.

How DP-900 Actually Tests This

DP-900 Objective 3.4: Describe analytics workloads

This objective includes understanding Power BI licensing options. The exam expects you to:

Differentiate between Pro and Premium (including PPU).

Identify which features require which license.

Recommend the appropriate license based on a given scenario.

Common Wrong Answers and Why Candidates Choose Them

1.

'Premium Per User allows free viewers.' This is false. PPU is per-user; all users who consume content must have a PPU license. Candidates confuse PPU with Premium capacity. Remember: PPU = per-user Premium features, NOT capacity.

2.

'Pro licenses allow sharing with external free users.' False. Pro users can share with other Pro users (internal or external Pro users). External users must have a Pro license. Only Premium capacity allows sharing with free users.

3.

'Premium capacity requires all users to have Pro licenses.' False. Only content creators need Pro licenses. Viewers can be free. This is a major cost-saving feature.

4.

'Paginated reports are available in Power BI Pro.' False. Paginated reports require Premium (capacity or PPU). The exam loves this trap.

Specific Numbers and Terms That Appear on the Exam

Dataset size limit: Pro = 1 GB; Premium = up to 400 GB (P1).

Refresh frequency: Pro = 8/day; Premium = 48/day.

Cost: Pro ~$10/user/month; Premium P1 ~$4,995/month.

SKUs: P1, P2, P3 for Premium capacity; EM for embedding; A for Azure Embedded.

Premium Per User cost: ~$20/user/month.

Edge Cases and Exceptions

Power BI Free license: A free license allows users to view content in Premium capacity workspaces. They cannot create or share content.

Power BI Desktop: Free to download and use. No license needed to create reports, but publishing to service requires Pro or Premium.

Trial licenses: 60-day free trial for Pro and Premium. The exam may ask about trial limitations.

Government clouds: Premium is available in GCC, GCC High, and DoD, but SKUs may differ.

How to Eliminate Wrong Answers Using Mechanism

When you see a question about sharing with external users, ask: 'Does the scenario require the external user to have a license?' If yes, then Pro or PPU can work if they have a license. If no (they are free), only Premium capacity works. For features like paginated reports, look for the word 'Premium' in the answer choices. If the question mentions 'dedicated capacity', the answer must be Premium capacity (not PPU).

Key Takeaways

Power BI Pro is a per-user license (~$10/user/month) for content creation and consumption in shared capacity.

Power BI Premium is a capacity-based license (starting at ~$4,995/month for P1) that provides dedicated resources and allows free users to view content.

Premium Per User (PPU) is a per-user license (~$20/user/month) that grants Premium features but does NOT allow free viewers.

Only Premium capacity (or PPU) supports paginated reports, AI features, large datasets (>1 GB), and increased refresh frequency (48/day).

Free Power BI license is sufficient to view content in Premium capacity workspaces, but not in Pro workspaces.

External sharing to users without Power BI licenses is only possible with Premium capacity.

Power BI Desktop is free; publishing to the service requires a Pro or Premium license.

The exam often tests cost optimization: for many consumers, Premium capacity is cheaper than Pro per user.

Easy to Mix Up

These come up on the exam all the time. Here's how to tell them apart.

Power BI Pro

Per-user license; each user must have a Pro license to create or consume content.

Shared capacity; performance may vary due to noisy neighbors.

Dataset size limit: 1 GB; refresh limit: 8 per day.

No paginated reports, AI features, or XMLA endpoints.

Cost: ~$10/user/month; suitable for small teams.

Power BI Premium Capacity

Capacity-based license; dedicated compute and storage resources.

Free users can view content without a Pro license.

Dataset size up to 400 GB (P1); refresh limit: 48 per day.

Includes paginated reports, AI, XMLA endpoints, deployment pipelines.

Cost: starting ~$4,995/month; cost-effective for many consumers.

Power BI Premium Capacity

Capacity-based; organization pays for reserved resources.

Allows free users to view content.

Requires Pro licenses for content creators only.

Supports external sharing to free users.

Higher upfront cost but lower per-user cost for large audiences.

Power BI Premium Per User (PPU)

Per-user license; each user pays ~$20/month.

Does NOT allow free viewers; all consumers need PPU license.

Grants Premium features to licensed users.

No external sharing to free users; external users need PPU or Pro.

Suitable for small teams needing Premium features without full capacity.

Watch Out for These

Mistake

Power BI Pro allows unlimited dataset refreshes per day.

Correct

Pro limits scheduled refreshes to 8 per day. Premium capacity allows 48 per day. This is a common exam detail.

Mistake

Premium Per User provides dedicated capacity for the user.

Correct

PPU does not provide dedicated capacity. It still runs on shared capacity but grants access to Premium features. Only Premium capacity provides dedicated resources.

Mistake

You need a Power BI license to view reports in the Power BI service.

Correct

If the report is in a Premium capacity workspace, a free Power BI license is sufficient. If it is in a Pro workspace, the viewer needs a Pro license.

Mistake

Power BI Premium includes all Microsoft 365 E5 features.

Correct

Power BI Premium is separate from Microsoft 365. E5 includes Power BI Pro, not Premium. Premium must be purchased separately.

Mistake

You can embed Power BI reports in a custom application using only Pro licenses.

Correct

Embedding requires Premium capacity (or Power BI Embedded) to avoid per-user licensing. Pro licenses would require each end user to have a Pro license, which is not feasible for public apps.

Do You Actually Know This?

Reveal each answer, then mark whether you got it right. Score 60%+ to unlock the next chapter.

Frequently Asked Questions

Can I share a Power BI dashboard with someone who doesn't have a Power BI license?

Yes, but only if the dashboard is hosted in a Power BI Premium capacity workspace. The external user can sign up for a free Power BI license and view the shared content. If the workspace is on Pro capacity, the external user must have a Power BI Pro license. Premium Per User does not allow sharing with free users; the external user would need a PPU license.

What is the difference between Power BI Premium and Power BI Premium Per User?

Power BI Premium is a capacity-based license that provides dedicated compute and storage resources. It allows unlimited free users to view content. Power BI Premium Per User (PPU) is a per-user license that grants Premium features to the licensed user, but all consumers must also have a PPU license. PPU does not provide dedicated capacity nor allow free viewers. PPU is cheaper for small teams, while Premium capacity is better for large organizations.

Which Power BI license do I need to create paginated reports?

You need either a Power BI Premium capacity license (with a Pro license for the creator) or a Premium Per User license. Paginated reports are not available in Power BI Pro. The creator must have a Pro license (or PPU) to publish paginated reports to the service.

Can I use Power BI Desktop without a license?

Yes, Power BI Desktop is completely free to download and use. You can create reports and data models locally. However, to publish those reports to the Power BI service, you need a Power BI Pro or Premium license (or a trial).

What are the dataset size limits for Power BI Pro vs Premium?

Power BI Pro limits datasets to 1 GB each. Power BI Premium capacity allows datasets up to 400 GB (for P1) and larger for higher SKUs. Premium Per User also supports larger datasets, up to the same limits as Premium capacity.

How many scheduled refreshes per day are allowed in Power BI Pro?

Power BI Pro allows up to 8 scheduled refreshes per day for datasets. Power BI Premium capacity allows up to 48 refreshes per day. This is an important exam detail.

Is Power BI Premium included in Microsoft 365 E5?

No, Microsoft 365 E5 includes Power BI Pro, not Premium. Power BI Premium is a separate add-on that must be purchased independently. However, E5 does include other analytics features like Azure Information Protection.

Terms Worth Knowing

Ready to put this to the test?

You've just covered Power BI Premium vs Pro Licensing — now see how well it sticks with free DP-900 practice questions. Full explanations included, no account needed.

Done with this chapter?