Microsoft流程中是否有将散点图作为Visualize Analytics查询连接器的输出?
我尝试使用自定义值,但不确定散点图所需的自定义值是什么。
感谢Shridhar
更新
连接器-可视化Analytics查询
查询
let today = now();
let selectedDuration = totimespan(1d);
requests
| where timestamp between((today -selectedDuration) .. today)
| project resultCode = strcat((toint(resultCode) /100) , 'XX')
| order by resultCode
| summarize ["Http response code"] = count() by resultCode
//| render scatterchart //don't need this for the connector