Back to feed
Fabric GPS·Mar 26, 2026

AI Functions in DW


Shipped Public preview Date: 2026-03-23

AI functions natively available in T-SQL allow you to seamlessly integrate powerful language capabilities into your queries. You can analyze sentiment, classify text into predefined labels, extract contextual insights, translate between languages, correct grammar, or run flexible, prompt-based instructions--all directly from T-SQL. This feature enables intelligent data processing and enrichment without leaving the database environment.For example:<br/>```SELECT ai_analyze_sentiment(text), ai_classify(text, 'hardware', 'software') FROM reviews```

#Public preview#Shipped