Forum Discussion
Syndicate_Admin
Administrator
2 years agoPower BI LLM Chatbot
Estoy intentando usar el objeto visual de chatbot de Power BI LLM en mi escritorio, pero tengo problemas después de la configuración. He hecho lo siguiente: Importado el objeto visual Creación de...
querixa
Helper IV
5 months agoHi Anonymous,
That error usually happens when the Azure OpenAI deployment isn’t properly configured or referenced.
A few things to check:
Make sure you created a model deployment (not just the resource) in Azure OpenAI
Verify the deployment name exactly matches what you entered in the visual (case-sensitive)
Confirm the model (e.g. GPT-4 / GPT-35) is available in your region
If it was just created, wait a few minutes before retrying
Also, if your goal is to let users chat with your Power BI data, I built a custom visual called PowerMind that simplifies this whole setup (no Azure config, more business-ready answers).
👉 You can check a quick demo here: https://www.youtube.com/watch?v=JPscIa7SNZw
Curious to hear your feedback if you try it