基于图表中的选择/单击的 Azure 工作簿过滤

发布于 2025-01-20 13:25:02 字数 291 浏览 4 评论 0原文

当在 Azure 工作簿可视化中的条形图中完成选择时,我想过滤数据并在表/网格中显示原始/聚合数据。

我有一个条形图,如下所示。当我选择表示平均 CPU 非常高的“紫色”行时,我需要一个网格/表格来显示基于查询在 x 上聚合的 CPU。如何在 Azure 工作簿中实现这一点。

输入图片此处描述

I would like to filter the data and show the raw/aggregated data in a table/grid when a selection is being done in a Bar Chart in Azure Workbook visualizations.

I have a bar graph as below. When I select on the "purple" line denoting Avg CPU to be very high, I would want a grid/table showing the CPU aggregated on x based on the query. How can this be achieved in Azure workbooks.

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

风月客 2025-01-27 13:25:02

是的,可以做到。请参阅 azure docs href =“ https://github.com/microsoft/application-insights-workbooks/blob/master/master/documentation/interactivity.md” rel =“ nofollow noreferrer”> github docs 一般而言,但总体上:

  1. < p>在可视化的高级设置中,选择“选择项目的导出参数”选项,然后填写。
    (在两个文档中,请注意,在网格中,您可以导出网格中的任何列,但是在图表中,您对X,Y,系列等有不同的选项)

    将创建一个具有值的参数,当某物被选中

  2. < p>在下游,查询文本或有条件可见性中使用该参数,以隐藏和显示其他步骤

Yes, it can be done. see the azure docs or the github docs for full details but in general:

  1. in the advanced settings for the visualization, choose the "when items are selected export parameters" option, and fill that out.
    (note in both docs it calls out that in grids you can export any column in the grid, but in charts, you have different options for x, y, series, etc)

    that will create a parameter with a value when something becomes selected

  2. use that parameter downstream, in query text, or in conditional visibility to hide and show other steps

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文