Measure: Internet Current Quarter Gross Profit Performance
Property | Value |
Format | |
Format string | '' |
Measure type | Kpi |
Is default field set | False |
---------------------------------------------------------- -- PowerPivot measures command (do not modify manually) -- ---------------------------------------------------------- CREATE MEASURE 'Internet Sales'[Internet Current Quarter Gross Profit Performance]=IF([Internet Previous Quarter Gross Profit Proportion to QTD]<>0,([Internet Current Quarter Gross Profit]-[Internet Previous Quarter Gross Profit Proportion to QTD])/[Internet Previous Quarter Gross Profit Proportion to QTD],BLANK()); CREATE MEASURE 'Internet Sales'[_Internet Current Quarter Gross Profit Performance Goal] = 1.25; CREATE MEASURE 'Internet Sales'[_Internet Current Quarter Gross Profit Performance Status] = if(ISBLANK('Internet Sales'[Internet Current Quarter Gross Profit Performance]),BLANK(), If('Internet Sales'[Internet Current Quarter Gross Profit Performance]<0.8,-1, If('Internet Sales'[Internet Current Quarter Gross Profit Performance]<1.03,0,1) ) ) ; CREATE KPI CURRENTCUBE.[Internet Current Quarter Gross Profit Performance] AS Measures.[Internet Current Quarter Gross Profit Performance], ASSOCIATED_MEASURE_GROUP = 'Internet Sales', GOAL = Measures.[_Internet Current Quarter Gross Profit Performance Goal], STATUS = Measures.[_Internet Current Quarter Gross Profit Performance Status], STATUS_GRAPHIC = 'Three Symbols UnCircled Colored'; |