Forum Discussion
jherbert44
Jun 30, 2026Copper Contributor
Data Visualisation / Charting in Azure Foundry
Hi Foundry community, We are working on an agent that can query internal data sources, and are looking for ways that we can visualise data (think pie charts, bar charts, etc.). This would be consume...
Jamony
Jul 05, 2026MCT
Hi, I’d separate the intelligence from the rendering. Let the agent query the data and return a clean structured result, like JSON with labels and values, then use another layer to render the chart. For Teams or Copilot-style experiences, Adaptive Cards can work for simple output, while Power BI, a small web app, or a custom visualization service is better for richer charts.