Forum Discussion
AI prompt column in Dataflow Gen2
- 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
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
Hi AntoineW ,
Thanks , help me a lot. I am Looking forward to the new function.