Skip to content

Commit 33c8f72

Browse files
authored
notes
1 parent 901b8bb commit 33c8f72

1 file changed

Lines changed: 37 additions & 18 deletions

File tree

0_Azure/WhatsNew/2_FabricConfVegas2025.md

Lines changed: 37 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,28 @@ Last updated: 2025-04-07
2828
- [Transform and enrich data seamlessly with AI functions (Preview)](https://learn.microsoft.com/en-us/fabric/data-science/ai-functions/overview?tabs=pandas)
2929
- [Summarize text with the ai.summarize function](https://learn.microsoft.com/en-us/fabric/data-science/ai-functions/summarize?tabs=column-summary)
3030

31-
3231
</details>
3332

34-
## Content
33+
<details>
34+
<summary><b>Table of Content</b> (Click to expand)</summary>
35+
36+
- [Platform Enhancements](#platform-enhancements)
37+
- [OneLake Security Private Preview](#onelake-security-private-preview)
38+
- [Command Line Interface CLI](#command-line-interface-cli)
39+
- [Variable Library](#variable-library)
40+
- [Data Integration](#data-integration)
41+
- [Gateway Solutions](#gateway-solutions)
42+
- [Data Engineering & Data Science](#data-engineering--data-science)
43+
- [Fabric Data Agents Former AI Skills](#fabric-data-agents-former-ai-skills)
44+
- [Copilot & AI Features](#copilot--ai-features)
45+
- [Autoscale Billing for Spark](#autoscale-billing-for-spark)
46+
- [Copilot Improvements](#copilot-improvements)
47+
- [AI Functions](#ai-functions)
48+
- [Data Warehouse](#data-warehouse)
49+
- [Real-Time Intelligence](#real-time-intelligence)
50+
- [Power BI](#power-bi)
3551

52+
</details>
3653

3754
## Platform Enhancements
3855

@@ -305,36 +322,38 @@ Serverless, pay-as-you-go billing, no longer consuming your Fabric capacity when
305322
- **Memory of Past Interactions**: Copilot tracks `historic interactions, enabling it to provide more personalized and relevant responses based on previous queries`.
306323
- **Improved Recommendations**: This feature helps in `refining suggestions and improving the accuracy of generated code or insights`.
307324

308-
309325
### AI Functions
310326

311327
> Apply LLM models for summarization, text generation, classification, sentiment analysis, and translation.
312328
313329

314-
315-
316-
- Row-Level & Column-Level Security in Spark.
317-
330+
| **Function** | **Description** | **Use Cases** | **Supported Environments** |
331+
|--------------------------|---------------------------------------------------------------------------------|---------------------------------------------------|----------------------------|
332+
| `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 |
318340

319341
## Data Warehouse
320342

321-
| **Category** | **Details** |
322-
|-----------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
323-
| **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.
324346

325347
## Real-Time Intelligence
326348

327-
| **Category** | **Details** |
328-
|-----------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
329-
| **Real-Time Intelligence** | **Streaming & Event Connectors**: New integrations for MQTT, Solace, ADX, Real-Time Weather, and Azure Event Grid.|
349+
> **Streaming & Event Connectors**: New integrations for MQTT, Solace, ADX, Real-Time Weather, and Azure Event Grid.
330350
331351
## Power BI
332352

333-
| **Category** | **Details** |
334-
|-----------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
335-
| **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.
338357

339358
<div align="center">
340359
<h3 style="color: #4CAF50;">Total Visitors</h3>

0 commit comments

Comments
 (0)