The use case I'm working on needs to integrate PVA Chatbot with the Power BI report/dataset that can query PBI data and return table/chart visuals. Exactly like this blog post described:
https://botcore.ai/blog/power-bi-chatbot-power-virtual-agents/
Not sure if the solution described in that blog post used the Power BI Q&A feature or DAX queries against the dataset, but the bot's output was very useful for the Teams user.
For example, if the user asks "What are the top 5 customer orders in the healthcare segment in the last 30 days?", the bot should return a list of customers with sales amount or a chart like in the blog post.
Can someone please share some pointers on how to get that setup with PVA, Power Automate, and Power BI?