Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric certified for FREE! Don't miss your chance! 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.