From 25dab99e9af379ce4951eaae47d7be32de669bb5 Mon Sep 17 00:00:00 2001 From: Daniel Otykier Date: Tue, 21 Nov 2023 11:10:20 +0100 Subject: [PATCH] Update editions.md --- te3/editions.md | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/te3/editions.md b/te3/editions.md index 5d011df2..543c3e37 100644 --- a/te3/editions.md +++ b/te3/editions.md @@ -46,20 +46,26 @@ Please refer to the matrix below for the full overview of supported scenarios: \*\*\***Note:** Workspace Mode allows Tabular Editor 3 to simultaneously save model metadata to disk and synchronize a database on any of the editions of Analysis Services or Power BI supported by the Tabular Editor 3 edition purchased. -## Modeling Restrictions for non-Power BI models +## Modeling Restrictions -Specifically for Analysis Services (not Power BI) data models, we restrict a few data modeling operations inside Tabular Editor 3 as well, corresponding to the restrictions on Azure Analysis Services Basic Tier and SQL Server Analysis Services Standard Edition: +We restrict a few data modeling operations inside Tabular Editor 3 as well, corresponding to the restrictions on certain Microsoft service tiers (Azure Analysis Services *Basic Tier*, SQL Server Analysis Services *Standard Edition*, and Power BI *Premium-Per-User*). -|modeling Feature / Edition|Business|Enterprise -|---|---|---| -|Perspectives||| -|Multiple partitions||| +Specifically, [Azure AS Basic Tier and SQL Server Standard Edition does not support perspectives, multiple partitions or DirectQuery](https://azure.microsoft.com/en-us/pricing/details/analysis-services/), and as such, SSAS/Azure AS models using these features require TE3 Enterprise Edition. -There are no other feature differences between the Tabular Editor 3 editions, than the ones listed above. +Similarly, [Power BI Premium-Per-User workspaces do not support Direct Lake datasets](https://learn.microsoft.com/en-us/power-bi/enterprise/directlake-overview#prerequisites), which is why Power BI models using this feature also requires TE3 Enterprise Edition. -## Modeling Restrictions for Power BI models +|Model type|Feature|Business|Enterprise +|---|---|---|---| +|Azure AS / SSAS|Perspectives||| +|Azure AS / SSAS|Multiple partitions||| +|Azure AS / SSAS|DirectQuery||| +|Azure AS / SSAS|Direct Lake|N/A|N/A| +|Power BI|Perspectives||| +|Power BI|Multiple partitions||| +|Power BI|DirectQuery||| +|Power BI|Direct Lake||| -There are no feature differences across the Tabular Editor 3 editions for Power BI data models. +There are no other feature differences between the Tabular Editor 3 editions, than the ones listed above. > [!NOTE] > Please keep in mind that Power BI Desktop [currently does not support all Data modeling operations](xref:desktop-limitations). For this reason, Tabular Editor 3 by default blocks operations that are not supported by Power BI Desktop. However, this restriction can be removed under Tools > Preferences > Power BI.