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: 0_Azure/WhatsNew/2_FabricConfVegas2025.md
+37-18Lines changed: 37 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,11 +28,28 @@ Last updated: 2025-04-07
28
28
-[Transform and enrich data seamlessly with AI functions (Preview)](https://learn.microsoft.com/en-us/fabric/data-science/ai-functions/overview?tabs=pandas)
29
29
-[Summarize text with the ai.summarize function](https://learn.microsoft.com/en-us/fabric/data-science/ai-functions/summarize?tabs=column-summary)
30
30
31
-
32
31
</details>
33
32
34
-
## Content
33
+
<details>
34
+
<summary><b>Table of Content</b> (Click to expand)</summary>
@@ -305,36 +322,38 @@ Serverless, pay-as-you-go billing, no longer consuming your Fabric capacity when
305
322
-**Memory of Past Interactions**: Copilot tracks `historic interactions, enabling it to provide more personalized and relevant responses based on previous queries`.
306
323
-**Improved Recommendations**: This feature helps in `refining suggestions and improving the accuracy of generated code or insights`.
307
324
308
-
309
325
### AI Functions
310
326
311
327
> Apply LLM models for summarization, text generation, classification, sentiment analysis, and translation.
|`ai.summarize`| Generates concise summaries of input text. | Summarizing articles, reports, and descriptions. | pandas, PySpark |
333
+
|`ai.generate_response`| Produces coherent and contextually relevant text based on custom user prompts. | Creating content for blogs, stories, and marketing materials. | pandas, PySpark |
334
+
|`ai.classify`| Categorizes input text values according to predefined labels. | Sorting emails, customer feedback, and social media posts. | pandas, PySpark |
335
+
|`ai.analyze_sentiment`| Identifies the emotional state expressed in the input text. | Monitoring brand sentiment, analyzing customer reviews, and gauging public opinion. | pandas, PySpark|
336
+
|`ai.translate`| Translates text from one language to another while maintaining context and meaning. | Translating documents, websites, and communication in multilingual environments. | pandas, PySpark|
337
+
|`ai.extract`| Finds and extracts specific types of information from text. | Extracting locations, names, and other entities from text. | pandas, PySpark |
338
+
|`ai.fix_grammar`| Corrects spelling, grammar, and punctuation in text. | Improving the quality of written content. | pandas, PySpark |
339
+
|`ai.similarity`| Compares the meaning of input text with a common text value or corresponding text values in another column. | Finding similar text entries, deduplication. | pandas, PySpark |
|**Data Warehouse**|- **AI Functions**: Bring AI features to Data Warehouse, similar to Data Engineering & Data Science.<br/> - **User-Defined Functions (UDFs)**: Write custom Python functions and execute them directly through T-SQL.<br/> - **Migration Tool**: Public preview for migrating Azure Synapse Analytics warehouses to Fabric. |
343
+
-**AI Functions**: Bring AI features to Data Warehouse, similar to Data Engineering & Data Science.
344
+
-**User-Defined Functions (UDFs)**: Write custom Python functions and execute them directly through T-SQL.
345
+
-**Migration Tool**: Public preview for migrating Azure Synapse Analytics warehouses to Fabric.
|**Power BI**| - **Direct Lake Semantic Models**: Create models directly in Power BI Desktop, and use data from multiple OneLake sources.<br/> - **Datapoint Annotations**: Add descriptive text to specific data points directly in PowerPoint presentations.<br/> - **Copilot Improvements**: Ask data questions from your model.<br/> - **Notebook Tools**: Quickly analyze semantic models with pre-built notebooks for best practices and memory optimization. |
336
-
337
-
353
+
-**Direct Lake Semantic Models**: Create models directly in Power BI Desktop, and use data from multiple OneLake sources.
354
+
-**Datapoint Annotations**: Add descriptive text to specific data points directly in PowerPoint presentations.
355
+
-**Copilot Improvements**: Ask data questions from your model.
356
+
-**Notebook Tools**: Quickly analyze semantic models with pre-built notebooks for best practices and memory optimization.
0 commit comments