Forum Discussion
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 include those columns in report matrix.
Is it possible to achieve that?
Thanks in Advance.
4 Replies
- SivaManiResident Rockstar
Anonymous,
I think it isn't possible.
However, you can check here -https://ideas.powerbi.com/forums/265200-power-bi-ideas, if anyone posted the same idea or you can post one.
- AnonymousNot applicable
HI Anonymous ,
Nope, I don; think it is impossible to achieve your requirement.
AFAIK, Power bi does not allow third-party applications to interact with power bi contents. (power bi embedded is enable to embed power bi contents with other applications, but it does not support to create new reports)
BTW, I check Power bi REST API list but not found any API to invoke Q&A features or create new visuals.Regards,
Xiaoxin Sheng
- sheetalshettigaHelper IV
Can I integrate power BI content with own created chatbot or get data from power BI to chatbot
- querixaHelper 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.