Is it possible for a PVA bot to pull in data from multiple Power BI sites? For example, I have multiple power BI dashboards that include account data. I'd like to build a bot that could surface insights from these different dashboards. The logic would be that a user could simply ask the bot. "tell me about XYZ account" - and the bot would scrape data about that particular account from multiple dashboards, putting it in one place for the user. I'm not able to find documentation on this use case.
Hi @justinroyal,
Sounds a bit like the Q&A feature of Power BI, but integrated in PVA 😁
I have seen possibilities to get an embed token and interact with that Q&A service from code, so it might also be possible from a flow, but I haven't tried it myself to be honest:
https://docs.microsoft.com/en-us/rest/api/power-bi/embed-token/datasets-generate-token-in-group
Hope this helps a bit?