I'm trying to generate a consolidated view in some tool like Power BI so the top management of my organization can visualize in a single page the actual health of the projects and teams (in order to avoid the need of entering each project space in Azure DevOps).
I have already consumed successfully the Azure DevOps data from Power BI and I did some consolidated charts like open work items, work items by status, open bugs and so on; but I have no idea of what is the best aproach to show burnup and burndown charts.
Is there a way of embed this kind of charts outside Azure DevOps?
PS: In Microsoft documentation here there is an example to generate a Sprint burndown chart manually (from Power BI) but from my point of view it isn't so complete like native Sprint burndown chart here
Thanks!!