You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: localizedContent/zh/content/features/Semantic-Model/direct-lake-sql-model.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,13 +25,13 @@ SQL 语义模型上的 Direct Lake 可通过 SQL 端点直接连接到存储在
25
25
> 自 [Tabular Editor 3.22.0](../../references/release-notes/3_22_0.md) 起,Tabular Editor 3 支持 OneLake 上的 Direct Lake,在大多数场景下推荐使用。 更多信息请参阅我们的 [Direct Lake 指南](xref:direct-lake-guidance)。
26
26
27
27
Tabular Editor 3 可以创建并连接此类模型。 如需教程,请参阅我们的博客文章:[Direct Lake 语义模型:如何在 Tabular Editor 中使用](https://blog.tabulareditor.com/2023/09/26/fabric-direct-lake-with-tabular-editor-part-2-creation/)。
28
-
Tabular Editor 3 can create Direct Lake semantic models with both the Lakehouse and Datawarehouse SQL Endpoint.
28
+
Tabular Editor 3 可以通过 Lakehouse 和 Datawarehouse 的 SQL 端点创建 Direct Lake 语义模型。
29
29
30
-
Tabular Editor 2 can connect to Direct Lake semantic models, but does not have any built-in functionality to create new tables or Direct Lake semantic models. 这需要手动完成,或使用 C# Script 来实现。
30
+
Tabular Editor 2 可以连接到 Direct Lake 语义模型,但不提供用于创建新表或 Direct Lake 语义模型的内置功能。 这需要手动完成,或使用 C# Script 来实现。
31
31
32
32
> [!NOTE]
33
-
> **Direct Lake limitations**
34
-
> There are several limitations to the changes that can be made to a Direct Lake model. See[Direct Lake Considerations and Limitations](https://learn.microsoft.com/en-us/fabric/fundamentals/direct-lake-overview#considerations-and-limitations) for the full list. See also [this article by SQLBI](https://www.sqlbi.com/blog/marco/2024/04/06/direct-lake-vs-import-mode-in-power-bi/) for an overview of choosing between Direct Lake and Import mode.
33
+
> **Direct Lake 的限制**
34
+
> Direct Lake 模型可进行的更改存在一些限制。 有关完整列表,请参阅[Direct Lake 的注意事项和限制](https://learn.microsoft.com/en-us/fabric/fundamentals/direct-lake-overview#considerations-and-limitations)。 另见 [SQLBI 的这篇文章](https://www.sqlbi.com/blog/marco/2024/04/06/direct-lake-vs-import-mode-in-power-bi/),了解如何在 Direct Lake 和导入模式之间做出选择。
35
35
36
36
## 在 Tabular Editor 3 中创建基于 SQL 的 Direct Lake 模型
37
37
@@ -43,7 +43,7 @@ Tabular Editor 2 can connect to Direct Lake semantic models, but does not have a
43
43
44
44
> [!NOTE]
45
45
> SQL 上的 Direct Lake 模型目前使用的排序规则与常规 Power BI 导入语义模型不同。 这可能会导致在查询模型或在 DAX 代码中引用对象名称时得到不同的结果。
46
-
> For more information, see this blog post by Kurt Buhler: [Case-sensitive models in Power BI: consequences & considerations](https://data-goblins.com/power-bi/case-specific).
46
+
> 更多信息见 Kurt Buhler 的这篇博文:[Power BI 中区分大小写的模型:影响与注意事项](https://data-goblins.com/power-bi/case-specific)。
47
47
48
48
> [!IMPORTANT]
49
49
> 从 [Tabular Editor 3.22.0](../../references/release-notes/3_22_0.md) 开始,“新建模型”对话框中已移除 Direct Lake 复选框。 如果在 SQL 上使用 Direct Lake,则必须[手动将模型的排序规则设置为与 Fabric Warehouse 的排序规则一致](xref:direct-lake-guidance#collation)。
The below C# script converts an existing model into Import mode. 如果你的模型对数据延迟的要求不需要使用 Direct Lake,或者你想避开 Direct Lake 模型的限制,但已经在 Fabric 中开始构建该模型,那么这会很有用。
63
+
下面的 C# Script 会将现有模型转换为导入模式。 如果你的模型对数据延迟的要求不需要使用 Direct Lake,或者你想避开 Direct Lake 模型的限制,但已经在 Fabric 中开始构建该模型,那么这会很有用。
0 commit comments