Skip to content

Commit 0db1a08

Browse files
Merge pull request #10544 from MicrosoftDocs/main
Auto Publish – main to live - 2025-09-23 22:04 UTC
2 parents b26da0b + 685f596 commit 0db1a08

File tree

8 files changed

+37
-79
lines changed

8 files changed

+37
-79
lines changed

docs/fundamentals/direct-lake-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The following table compares Direct Lake storage mode to Import and DirectQuery
7373
| Licensing | Fabric capacity subscription (SKUs) only |Fabric capacity subscription (SKUs) only | Any Fabric or Power BI license (including Microsoft Fabric Free licenses) | Any Fabric or Power BI license (including Microsoft Fabric Free licenses) |
7474
| Data source | Tables of any Fabric data source backed by Delta tables | Only lakehouse or warehouse tables (or views) | Any connector | Any connector that supports DirectQuery mode |
7575
| Connect to SQL analytics endpoint views |No | Yes – but will automatically fall back to DirectQuery mode | Yes | Yes |
76-
| Composite models | Yes - can combine with import storage mode tables in Power BI web modeling and DirectQuery tables with XMLA tools. |No <sup>1</sup> | Yes – can combine with DirectQuery or Dual storage mode tables | Yes – can combine with Import or Dual storage mode tables |
76+
| Composite models | Yes - can combine with import storage mode tables in Power BI web modeling and DirectQuery tables with XMLA tools. |No <sup>1</sup> | Yes – can combine with DirectQuery, Dual, and Direct Lake storage mode tables | Yes – can combine with Import, Dual, and Direct Lake storage mode tables |
7777
| Single sign-on (SSO) | Yes |Yes | Not applicable | Yes |
7878
| Calculated tables |Yes – but calculations can't refer to columns of tables in Direct Lake mode. |No – except [calculation groups](/power-bi/transform-model/calculation-groups), [what-if parameters](/power-bi/transform-model/desktop-what-if), and [field parameters](/power-bi/create-reports/power-bi-field-parameters), which implicitly create calculated tables | Yes | No – calculated tables use Import storage mode even when they refer to other tables in DirectQuery mode |
7979
| Calculated columns |No | No | Yes | Yes |

docs/fundamentals/direct-lake-web-modeling.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ LocalizationGroup: Admin
1616

1717
| Scenario | Direct Lake on OneLake | Direct Lake on SQL |
1818
|:-----------|:------------|: ------------|
19-
| Creating in the web | Select **Create** in the left navigation, then **OneLake catalog**. Select **New semantic model** from Lakehouse. Select **OneLake catalog** from web modeling. Select **New item** from a workspace and choosing **Semantic model**, then **OneLake catalog** | Select **New semantic model** from SQL analytics endpoints or Warehouses. |
20-
| Editing in the web | Select **Open data model** from the semantic model details page or context menu. | Select **Open data model** from the semantic model details page or context menu. |
19+
| Creating in the web | <ul><li>Select **Create** in the left navigation, then **OneLake catalog**.</li><li>Select **New semantic model** from Lakehouse.</li> <li>Select **OneLake catalog** from web modeling.</li> <li>Select **New item** from a workspace and choosing **Semantic model**, then **OneLake catalog**</li></ul> | Select **New semantic model** from SQL analytics endpoints or Warehouses. |
20+
| Editing in the web | Select **Open data model** from the semantic model details page or context menu. | Select **Open data model** from the semantic model details page or context menu. |
2121

2222
**Edit in Desktop** is available when web modeling to continue [live editing any Direct Lake semantic model in Power BI Desktop](direct-lake-power-bi-desktop.md).
2323

@@ -28,14 +28,14 @@ To create a semantic model with **Direct Lake on OneLake tables**, take the foll
2828
1. Select **Create** from the left navigation bar, then select **OneLake catalog** and choose a Fabric item. Alternatively, open the Lakehouse and select **New semantic model**.
2929
2. Give your semantic model a name, pick a Fabric workspace for it, and select the tables to include. Then press **OK**.
3030

31-
The semantic model is created and now you are live editing the modeling in the browser.
31+
The semantic model is created and now you're live editing the modeling in the browser.
3232

3333
To create a semantic model with **Direct Lake on SQL tables**, take the following steps.
3434

3535
1. Open the SQL analytics endpoint or warehouse, go to **Reporting** and then select **New semantic model**.
3636
2. Give your semantic model a name, pick a Fabric workspace for it, and select the tables to include. Then press **OK**.
3737

38-
The semantic model is created and now you are live editing the modeling in the browser.
38+
The semantic model is created and now you're live editing the modeling in the browser.
3939

4040
> [!NOTE]
4141
> Check your pop-up blocker if web modeling doesn’t appear after clicking OK.
@@ -46,10 +46,10 @@ The differences between Direct Lake on OneLake and Direct Lake on SQL are explai
4646

4747
To edit a semantic model with Direct Lake tables later, take the following steps.
4848

49-
1. Navigate to the semantic model in the Fabric Portal. **Home**, **Onelake catalog**, and **search** at the top of the page are available to help you find it.
49+
1. Navigate to the semantic model in the Fabric Portal. **Home**, **OneLake catalog**, and **search** at the top of the page are available to help you find it.
5050
2. Select the semantic model to open the details page, or use the context-menu, then select **Open data model**.
5151

52-
Now you are live editing the semantic model in the web. The model opens by default in **viewing mode** to avoid accidental edits. Change to **editing mode** in the top right-hand corner of the window. **Edit in Desktop** is also available to change to [live edit in Power BI Desktop](direct-lake-power-bi-desktop.md).
52+
Now you're live editing the semantic model in the web. The model opens by default in **viewing mode** to avoid accidental edits. Change to **editing mode** in the top right-hand corner of the window. **Edit in Desktop** is also available to change to [live edit in Power BI Desktop](direct-lake-power-bi-desktop.md).
5353

5454
:::image type="content" source="media/direct-lake-web-modeling/web-modeling-mode.png" alt-text="Screenshot of edit in desktop from web modeling option." lightbox="media/direct-lake-web-modeling/web-modeling-mode.png":::
5555

docs/real-time-intelligence/.openpublishing.redirection.real-time-intelligence.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"redirections": [
3+
{
4+
"source_path_from_root": "/docs/real-time-intelligence/event-streams/whats-new.md",
5+
"redirect_url": "/fabric/fundamentals/whats-new#real-time-intelligence-in-microsoft-fabric",
6+
"redirect_document_id": false
7+
},
38
{
49
"source_path_from_root": "/docs/real-time-intelligence/data-activator/activator-basic-concepts.md",
510
"redirect_url": "/fabric/real-time-intelligence/data-activator/activator-introduction",

docs/real-time-intelligence/event-streams/whats-new.md

Lines changed: 0 additions & 64 deletions
This file was deleted.

docs/real-time-intelligence/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ items:
8787
items:
8888
- name: Eventstream Overview
8989
href: event-streams/overview.md
90-
- name: What's new in Fabric event streams?
91-
href: event-streams/whats-new.md
9290
- name: Eventstreams capacity consumption
9391
href: event-streams/monitor-capacity-consumption.md
9492
- name: Create eventstreams
91.7 KB
Loading

docs/security/security-workspace-level-private-links-set-up.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: mimart
66
ms.reviewer: danzhang
77
ms.topic: how-to
88
ms.custom:
9-
ms.date: 08/18/2025
9+
ms.date: 09/22/2025
1010

1111
#customer intent: As a workspace admin, I want to configure workspace-level Private Link on my workspace to prevent access to the workspace from the public internet.
1212

@@ -162,11 +162,24 @@ Next, access Fabric privately from the virtual machine you created in the previo
162162

163163
## Step 8. Deny public access to the workspace
164164

165-
You can optionally deny public access to the workspace. When the workspace is set to deny public access, it means the workspace can only be accessed via workspace-level private link. You create the access rule to deny public access using an API. Currently, the Fabric portal UI doesn't contain a setting for creating the deny public access rule. You must use the API to set the rule.
165+
You can optionally deny public access to the workspace. When the workspace is set to deny public access, it means the workspace can only be accessed via workspace-level private link. You can use either the Fabric portal or the Microsoft Graph API to create the access rule for denying public access.
166166

167167
> [!NOTE]
168168
> The workspace-level setting to deny public access can take up to 30 minutes to take effect.
169169
170+
### [Fabric portal](#tab/fabric-portal)
171+
172+
1. In the Fabric portal, select the workspace you want to configure.
173+
1. Select **Workspace settings**.
174+
1. Select **Inbound networking**.
175+
1. Under **Workspace connection settings**, select **Allow connections only from workspace level private links**.
176+
177+
:::image type="content" source="media/security-workspace-level-private-links-set-up/workspace-connection-settings.png" alt-text="Screenshot showing the Workspace connection settings with the radio button selected for the option Allow connections only from workspace level private links." lightbox="media/security-workspace-level-private-links-set-up/workspace-connection-settings.png":::
178+
179+
1. Select **Apply**.
180+
181+
### [API](#tab/api)
182+
170183
Use the [Workspaces - Set Network Communication Policy API](/rest/api/fabric/core/workspaces/set-network-communication-policy) to set the workspace public access rule:
171184

172185
`PUT https://api.fabric.microsoft.com/v1/workspaces/{workspaceID}/networking/communicationPolicy`

docs/security/security-workspace-level-private-links-support.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: mimart
66
ms.reviewer: danzhang
77
ms.topic: overview
88
ms.custom:
9-
ms.date: 08/21/2025
9+
ms.date: 09/22/2025
1010

1111
#customer intent: As a workspace admin, I want to get more information about how to use workspace-level private link in supported and unsupported scenarios.
1212

@@ -255,9 +255,9 @@ A virtual network data gateway must be used for every dataflow connector. The vi
255255
256256
## Supported and unsupported tools
257257

258-
- Workspace-level private link connections are supported via REST API.
259-
- The Fabric portal doesn't currently support workspace-level private links. If a workspace allows public access, the Fabric portal continues to function using public connectivity. If a workspace is configured to deny inbound public access, the Fabric portal displays an **Access restricted** page.
260-
- SQL Server Management Studio is supported for connecting to warehouses via private link.
258+
- You can use either the Fabric portal or the REST API to manage all [supported item types](#supported-item-types-for-workspace-level-private-link) in workspaces with private links enabled. If a workspace allows public access, the Fabric portal continues to function using public connectivity. If a workspace is configured to deny inbound public access, the Fabric portal displays an **Access restricted** page.
259+
- Direct deeplinks to a Monitoring hub Level 2 (L2) page might not work as expected when using workspace-level private links. You can access the L2 page by first navigating to the Monitoring hub's Level 1 (L1) page in the Fabric portal.
260+
- SQL Server Management Studio (SSMS) is supported for connecting to warehouses via workspace-level private link.
261261
- Storage Explorer can be used with workspace-level private links.
262262
- Azure Storage Explorer, PowerShell, AzCopy, and other Azure Storage tools can connect to OneLake via a private link.
263263
- To use OneLake File Explorer, you must have access to your tenant, either via public access or a tenant private link.
@@ -274,6 +274,12 @@ A virtual network data gateway must be used for every dataflow connector. The vi
274274
- To query Lakehouse files or tables from a workspace that has workspace-level private link enabled, you must create a cross-workspace managed private endpoint connection to access resources in the other workspace. <!--For instructions, see [Cross workspace communication](security-cross-workspace-communication.md).-->
275275
- You can use either relative or full paths to query files or tables within the same workspace, or use a cross-workspace managed private endpoint connection to access them from another workspace.
276276
- You could run into Spark issues in the following regions when outbound access protection is enabled for the workspace: Mexico Central, Israel Central, and Spain Central.
277+
- Dataflows currently don't support using a Fabric Warehouse or Fabric Lakehouse in the same workspace as either a data source or an output destination.
278+
- Current limitations for Private Link with an eventhouse:
279+
- Copilot features: Machine learning workloads might experience limited functionality due to a known regression.
280+
- Eventstream pull: Eventstream workloads don't currently support full polling functionality.
281+
- Fabric doesn't currently support Event Hub integration.
282+
- Queued ingestion via OneLake isn't currently available.
277283

278284
## Common errors and troubleshooting
279285

0 commit comments

Comments
 (0)