共用方式為


KpiStatus 元素 (CSDL)

KpiStatus 元素會定義在關鍵效能指標 (KPI) 中當做狀態指標使用的值。 狀態值是介於 -1 和 1 之間的正規化值。

KpiStatus 元素只會顯示成 KPI 元素的子元素,而且可能具有下列子元素 (按所列順序):

  • Documentation 元素

適用的屬性

下表描述了可在 KpiStatus 元素上找到的屬性。

屬性名稱

是否必要

PropertyRef

包含值之資料行的參考。

範例

下列範例會根據 AdventureWorks 表格式模型範例顯示 KPI。 此元素會參考包含值的資料行,而非指定值。

<bi:Measure Caption="Total Current Quarter Margin Performance" ReferenceName="Total Current Quarter Margin Performance" Width="0" IsSimpleMeasure="false">
  <bi:Kpi StatusGraphic="Three Symbols UnCircled Colored">
    <bi:KpiGoal>
      <bi:PropertyRef Name="Measures___Total_Current_Quarter_Margin_Performance_Goal_" />
    </bi:KpiGoal>
    <bi:KpiStatus>
      <bi:PropertyRef Name="Measures___Total_Current_Quarter_Margin_Performance_Status_" />
    </bi:KpiStatus>
  </bi:Kpi>
</bi:Measure>