Skip to content

Commit 89407ea

Browse files
committed
Add Fabric IQ preview notice and remove (preview) from titles
1 parent b9e2745 commit 89407ea

5 files changed

Lines changed: 19 additions & 8 deletions

File tree

learn-pr/wwl-data-ai/create-ontology-with-fabric-iq/includes/1-introduction.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
Imagine you work at Lamna Healthcare, a fictitious medical center that manages operations across hospitals, departments, and rooms. Your data lives in multiple places—hospital, department, room, and patient records exist as lakehouse tables, while continuous vital signs monitoring from intensive care unit (ICU) equipment streams into an eventhouse. To enable natural language queries and exploration across all of it, you need to create an ontology that unifies these data sources with consistent business vocabulary.
1+
Imagine you work at Lamna Healthcare, a fictitious medical center that manages operations across hospitals, departments, and rooms.
2+
3+
> [!IMPORTANT]
4+
> Fabric IQ is currently in [preview](/fabric/fundamentals/preview). Your data lives in multiple places—hospital, department, room, and patient records exist as lakehouse tables, while continuous vital signs monitoring from intensive care unit (ICU) equipment streams into an eventhouse. To enable natural language queries and exploration across all of it, you need to create an ontology that unifies these data sources with consistent business vocabulary.
25
36
You face a key decision: how to start building your ontology. You can automatically generate structure from an existing Power BI semantic model, or build from scratch using OneLake data. Both paths lead to the same destination—a complete ontology bound to your lakehouse tables and eventhouse streams.
47

learn-pr/wwl-data-ai/create-ontology-with-fabric-iq/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
### YamlMime:Module
22
uid: learn.wwl.create-ontology-with-fabric-iq
33
metadata:
4-
title: Create an ontology (preview) with Fabric IQ
4+
title: Create an Ontology with Fabric IQ
55
description: Learn how to create ontologies in Fabric IQ by building manually or generating from Power BI semantic models, then bind ontology definitions to lakehouse tables and eventhouse streams.
66
ms.date: 02/27/2026
77
author: theresa-i
88
ms.author: theresai
99
ms.topic: module
1010
ms.service: fabric
1111
ai-usage: ai-generated
12-
title: Create an ontology (preview) with Fabric IQ
12+
title: Create an ontology with Fabric IQ
1313
summary: Ontologies in Fabric IQ transform your data into a business vocabulary that everyone can understand. In this module, you'll learn two ways to create ontologies - building manually to understand the core components, or generating automatically from Power BI semantic models to accelerate development. You'll practice both approaches and learn how to connect your ontology to data sources in OneLake, including lakehouse tables and eventhouse streams.
1414
abstract: |
1515
By the end of this module, you'll be able to:

learn-pr/wwl-data-ai/understand-fabric-iq-fundamentals/includes/1-introduction.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
Imagine you're a data analyst at Lamna Healthcare, responsible for helping clinical operations teams understand patient care patterns across your facility. Patient records sit in lakehouse tables while vital signs stream continuously from ICU monitoring equipment into an eventhouse. When hospital administrators ask questions like "Which patients in the ICU have elevated vital signs?" or "How many beds are occupied on the surgical floor?", you need to manually join lakehouse tables with eventhouse streams, translate business terms into technical column names, and write complex queries.
1+
Imagine you're a data analyst at Lamna Healthcare, responsible for helping clinical operations teams understand patient care patterns across your facility.
2+
3+
> [!IMPORTANT]
4+
> Fabric IQ is currently in [preview](/fabric/fundamentals/preview). Patient records sit in lakehouse tables while vital signs stream continuously from ICU monitoring equipment into an eventhouse. When hospital administrators ask questions like "Which patients in the ICU have elevated vital signs?" or "How many beds are occupied on the surgical floor?", you need to manually join lakehouse tables with eventhouse streams, translate business terms into technical column names, and write complex queries.
25
36
Business users can't explore the data themselves—they depend on you to write queries each time they have a question. By the time you deliver answers, clinical conditions may have already changed.
47

learn-pr/wwl-data-ai/visualize-ontology-fabric-iq/includes/1-introduction.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
Imagine you're a data analyst at Lamna Healthcare. You've built an ontology in Fabric IQ. Hospital, Department, Room, Patient, and VitalSignEquipment entity types are defined, bound to the lakehouse and eventhouse, and structurally sound. Now comes the reason you built it.
1+
Imagine you're a data analyst at Lamna Healthcare. You've built an ontology in Fabric IQ.
2+
3+
> [!IMPORTANT]
4+
> Fabric IQ is currently in [preview](/fabric/fundamentals/preview).
5+
6+
Hospital, Department, Room, Patient, and VitalSignEquipment entity types are defined, bound to the lakehouse and eventhouse, and structurally sound. Now comes the reason you built it.
27

38
The clinical operations manager stops by with a question: "Which rooms in the Intensive Care Unit currently have patients, and which vital sign monitors are active there?" Before the ontology, answering that question meant writing a multi-table SQL join—linking patient assignment records to rooms, rooms to departments, and departments to equipment logs. With the ontology in place, you can explore the answer visually by following named relationships across your semantic layer.
49

learn-pr/wwl-data-ai/visualize-ontology-fabric-iq/index.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
### YamlMime:Module
22
uid: learn.wwl.visualize-ontology-fabric-iq
33
metadata:
4-
title: Visualize Ontology Data with Microsoft Fabric IQ (preview)
4+
title: Visualize Ontology Data with Microsoft Fabric IQ
55
description: Learn how to explore entity instances, visualize entity connections in the relationship graph, and filter ontology data using the Query builder with filters and components in Microsoft Fabric IQ.
66
ms.date: 04/13/2026
77
author: theresa-i
88
ms.author: theresai
99
ms.topic: module
1010
ms.service: fabric
1111
ai-usage: ai-generated
12-
title: Visualize ontology data with Microsoft Fabric IQ (preview)
12+
title: Visualize ontology data with Microsoft Fabric IQ
1313
summary: Explore entity instances, visualize business concept connections in the relationship graph, and filter across multiple data sources using the Query builder in Microsoft Fabric IQ—without writing SQL joins.
1414
abstract: |
1515
By the end of this module, you'll be able to:
@@ -18,7 +18,7 @@ abstract: |
1818
- Filter and explore ontology data using the Query builder with filters and components
1919
prerequisites: |
2020
Before starting this module, you should have:
21-
- Completed the [Create an ontology (preview) with Microsoft Fabric IQ](/training/modules/create-ontology-with-fabric-iq/) module or have equivalent knowledge of creating and binding ontologies in Fabric IQ
21+
- Completed the [Create an ontology with Microsoft Fabric IQ](/training/modules/create-ontology-with-fabric-iq/) module or have equivalent knowledge of creating and binding ontologies in Fabric IQ
2222
- Familiarity with Microsoft Fabric workspaces and navigation
2323
iconUrl: /learn/achievements/generic-badge.svg
2424
levels:

0 commit comments

Comments
 (0)