From cb446566cca5283b5e221d463153b0c65a893c15 Mon Sep 17 00:00:00 2001 From: Timna Brown <24630902+brown9804@users.noreply.github.com> Date: Tue, 1 Apr 2025 04:04:27 -0600 Subject: [PATCH 1/2] PowerBI Licensing --- .../0_Fabric/demos/33_PowerBi_Licensing.md | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 0_Azure/2_AzureAnalytics/0_Fabric/demos/33_PowerBi_Licensing.md diff --git a/0_Azure/2_AzureAnalytics/0_Fabric/demos/33_PowerBi_Licensing.md b/0_Azure/2_AzureAnalytics/0_Fabric/demos/33_PowerBi_Licensing.md new file mode 100644 index 000000000..927675f9a --- /dev/null +++ b/0_Azure/2_AzureAnalytics/0_Fabric/demos/33_PowerBi_Licensing.md @@ -0,0 +1,44 @@ +# Power Bi Licensing - Overview + +Costa Rica + +[![GitHub](https://badgen.net/badge/icon/github?icon=github&label)](https://github.com) +[![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/) +[brown9804](https://github.com/brown9804) + +Last updated: 2025-03-21 + +---------- + +
+List of References (Click to expand) + +- [Interact with the Power BI service as a Free user](https://learn.microsoft.com/en-us/power-bi/consumer/end-user-features) +- [Power Bi Free User Feature List](https://learn.microsoft.com/en-us/power-bi/consumer/end-user-features#feature-list) +- [Power BI pricing Free, Pro, PPU, Embedded, Fabric](https://www.microsoft.com/en-us/power-platform/products/power-bi/pricing?msockid=38ec3806873362243e122ce086486339#tabs-pill-bar-oca31b12_tab0) +- [Save costs with Microsoft Fabric Capacity reservations](https://learn.microsoft.com/en-us/azure/cost-management-billing/reservations/fabric-capacity) +- [Comparision Table between Fabric, Power Bi and vcores](https://learn.microsoft.com/en-us/fabric/enterprise/licenses#capacity) +- [Table - Workspace license mode](https://learn.microsoft.com/en-us/fabric/enterprise/licenses#workspace) +- [Table - Per user licenses](https://learn.microsoft.com/en-us/fabric/enterprise/licenses#per-user-licenses) +- [Fabic -Features parity list](https://learn.microsoft.com/en-us/fabric/enterprise/fabric-features#features-parity-list) +- [Embedded - prerequisites](https://learn.microsoft.com/en-us/power-bi/developer/embedded/embed-organization-app#prerequisites) +- [Embedded - Which SKU should I use?](https://learn.microsoft.com/en-us/power-bi/developer/embedded/embedded-capacity#which-sku-should-i-use) + +
+ +> [!IMPORTANT] +> *SKUs that are smaller than F64 require a Pro or Premium Per User (PPU) license, or a Power BI individual trial to consume Power BI content. `To distribute content through Power BI apps, we require Premium capacity (F64 or higher) so that free users can access the content without needing a Pro license.` + +| **Capacity** | **Description** | **Usage** | **Capabilities** | **User Types** | **When to Use** | +|-----------------------|---------------------------------------------------------------------------------|-----------|------------------|----------------|-----------------| +| **Power BI Embedded (A)** | A solution for embedding Power BI reports and dashboards into applications. | External users | - Embedding interactive reports and dashboards
- APIs for embedding control
- Scalable with pay-as-you-go pricing | - ISVs (Independent Software Vendors)
- Developers integrating analytics into applications without requiring users to have a Power BI license | Use when you need to integrate interactive reports and dashboards directly into your applications for a seamless user experience. | +| **Microsoft Fabric (F)** | A comprehensive solution integrating various Microsoft analytics services. | Internal users | - Integration of data engineering, warehousing, real-time analytics, data science, and BI
- Unified governance and security | - Organizations seeking an end-to-end data platform for diverse workloads
- Companies needing a unified ecosystem from data ingestion to insights | Use when you need a unified analytics platform that integrates multiple Microsoft services for enhanced data governance and seamless workflow. | +| **Power BI Premium (P)** | Provides advanced analytics capabilities and larger data capacity. | Internal users | - Advanced features like AI, paginated reports, dataflows
- Dedicated cloud resources
- Incremental refreshes and enhanced data security | - Enterprise users needing advanced analytics across the organization
- Organizations requiring large-scale deployments with dedicated capacity | Use when you require advanced analytics, larger data capacity, and AI integration for comprehensive data analysis and insights. | + +> [!NOTE] +> The embedding option is not available for sharing content with internal users. We need to use the F SKU license (Fabric) option. + +
+

Total Visitors

+ Visitor Count +
From 95fb9496df093071b40b2f611d2619e84b7b2d8a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 1 Apr 2025 10:04:43 +0000 Subject: [PATCH 2/2] Update last modified date in Markdown files --- 0_Azure/2_AzureAnalytics/0_Fabric/demos/33_PowerBi_Licensing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0_Azure/2_AzureAnalytics/0_Fabric/demos/33_PowerBi_Licensing.md b/0_Azure/2_AzureAnalytics/0_Fabric/demos/33_PowerBi_Licensing.md index 927675f9a..23fb8d2e1 100644 --- a/0_Azure/2_AzureAnalytics/0_Fabric/demos/33_PowerBi_Licensing.md +++ b/0_Azure/2_AzureAnalytics/0_Fabric/demos/33_PowerBi_Licensing.md @@ -6,7 +6,7 @@ Costa Rica [![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/) [brown9804](https://github.com/brown9804) -Last updated: 2025-03-21 +Last updated: 2025-04-01 ----------