Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join now60 Days of Data Days! Live and on-demand sessions, challenges, study groups and more! And it's all FREE!. Join now. Learn more
Essentially make an MCP connection between the UDFs and the data agents so that we can execute custom analysis with a high dimensional input space on the fly through an AI chatbot.
Doing this on our own currently would require that we spin up our own MCP server and handle all of the oauth and everything ourselves with an app registration. That is a lot of complication for what should be a highly intuitive feature.
Of course, this would enable writeback through the AI chatbot, so you'll probably want to put in some sort of mcp decorator in the udf that flags when writeback happens through a given path so that the chatbot can recognize this and promp the user with a y/n to write the results to a given db/table.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.