Forum Discussion
Anonymous
6 years agoNot applicable
Chat Bot integration in Pbi report for functionality
Hi All, I want to integrate chatbot into my power bi reports. But this chat bot is not only for Q&A,also to achieve functionality. Example- if user gives certain field names to chatbot, it should in...
querixa
5 months agoHelper IV
That's an interesting challenge, going beyond basic Q&A to have the chatbot actually modify report elements like adding columns to a matrix is definitely possible, but it requires custom development. I've worked on similar integrations where the chat interface triggers DAX or visual updates.
If you're exploring this, you might find our project PowerMind relevant, it’s built to handle interactive, action-oriented queries within Power BI. You can see a quick demo of how it works in this LinkedIn post:
https://www.youtube.com/watch?v=JPscIa7SNZw
It could give you some ideas on approach.