共用方式為


樞紐分析圖

顯示數據透視表和圖表。 您可以以互動方式選取資料、數據行、數據列和各種圖表類型。

注意

  • 此視覺效果只能在轉譯運算符的內容中使用。
  • 此視覺效果可用於 Kusto.Explorer,但無法在 Azure 數據總管 Web UI 中使用。

語法

T|renderpivotchart

深入瞭解 語法慣例

參數

姓名 類型​​ 必要 描述
T string ✔️ 輸入數據表名稱。

範例

SalesFact
| join kind= inner Products on ProductKey
| where ProductCategoryName has "Computers" and ProductName has "Contoso"
| where DateKey between (datetime(2006-12-31) .. datetime(2007-02-01))
| project SalesAmount, ProductName, DateKey
| render pivotchart

顯示樞紐分析圖視覺效果的查詢結果螢幕快照。

不支援此視覺效果。