Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/azure/13.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何在azure application insight dashboard中创建单个数据磁贴?_Azure_Azure Application Insights_Dashboard - Fatal编程技术网

如何在azure application insight dashboard中创建单个数据磁贴?

如何在azure application insight dashboard中创建单个数据磁贴?,azure,azure-application-insights,dashboard,Azure,Azure Application Insights,Dashboard,如何在azure application insight dashboard中创建单个数据磁贴? 我所说的单个数据是指我在查询应用程序细节时发现的XXXA编号 例如,我在Application Insight日志中查询了唯一用户,并希望将其显示为仪表板上的单个数据磁贴。i、 e.只需输入数字XXX和XYZ应用程序的标题Unique Users请尝试以下代码,然后锁定到仪表板: requests //add the filter for querying unique users | exten

如何在azure application insight dashboard中创建单个数据磁贴? 我所说的单个数据是指我在查询应用程序细节时发现的XXXA编号


例如,我在Application Insight日志中查询了唯一用户,并希望将其显示为仪表板上的单个数据磁贴。i、 e.只需输入数字XXX和XYZ应用程序的标题Unique Users

请尝试以下代码,然后锁定到仪表板:

requests 
//add the filter for querying unique users
| extend users=""
| summarize number_of_users = count() by users
| render barchart
结果是:


工作簿将为您提供大量功能,以创建仅显示互动程序上数字的自定义互动程序。如何使用工作簿执行此操作。

您好,我可以执行此操作,但我想在仪表板上固定一个数据磁贴。正在探索工作簿选项,但仍然没有关于如何操作的线索。“你们知道我们如何用工作簿做到这一点吗。@Arushisinghal,你们能告诉我什么是单数据块吗?”?此链接将让您了解我想它不支持的数据磁贴,但我会与其他人确认并让您知道结果。您可以尝试将磁贴大小调整为1x1或2x1等吗。?如果这没有帮助,你可以为此提交建议,链接是