Forum Discussion
kye1crystal
8 months agoFrequent Visitor
AI prompt column in Dataflow Gen2
Hi guys, I got a task that utilizing AI(LLM) to create new columns base on existed columns. So I would like to use DFG2 new function - AI prompt column in Dataflow Gen2 reffer to https://learn.micro...
- 8 months ago
Hi kye1crystal,
I understand the frustration, it is confusing when documentation describes a feature that doesn't appear in the interface. Since the AI Prompt Column is a very new feature (announced at Microsoft Ignite 2025 recently), the issue is likely due to the deployment schedule or a specific tenant setting.
If you cannot wait for the UI rollout, you can achieve the exact same result (using LLMs to enrich columns) using Fabric Notebooks right now.
You can use the AI function or standard OpenAI calls within PySpark or Pandas to transform your data.
Reference : https://learn.microsoft.com/en-us/fabric/data-science/ai-functions/overview?tabs=pandas-pyspark%2Cpandas
Hope it can help you!
Best regards,
Antoine
kye1crystal
8 months agoFrequent Visitor
Please help