Model: CRM - Specifications for Fact Table: CRM MEASURES

On this page you will find the specifications regarding the Model: CRM and Fact Table: CRM MEASURES.

Attributes

AttributeDescription (where applicable)

Measures (table to be generated as far as possible)

Aggregation of measures is based on SUM if not explicitly noted.

This section describes the basic measures in the cube. These are either measures defined in the core Information Source, in the model itself or in the ETL process. The columns have the following meaning:

MeasureCalculated Y/NContains Time Intelligence Y/NDefinition/Note (where applicable)Aggregation TypeHidden Y/NMeasure Expression
Count ActivityNYCount of rows which contain a value for business activityCountRowsNCOUNTROWS ( 'BUSINESS ACTIVITY FACT' )
Count Business Oppurntunity ConnNYCount of rows which contain a value for business opportunitySumNSUM ( 'BUSINESS ACTIVITY FACT'[Count of Activity BO Connected] )
Count CompletedNYCount of rows which is TRUE for completed statusSumNSUM ( 'BUSINESS ACTIVITY FACT'[Count of Activity Completed] )
Count In ProgressNYCount of rows where status is in progressSumNSUM ( 'BUSINESS ACTIVITY FACT'[Count of Activity in Progress])
Count Not StartedNYCount of rows where status is not startedSumNSUM ( 'BUSINESS ACTIVITY FACT'[Count of Activity Not Started])
Avg Ship Days EarlyYYDivideNDIVIDE ( [Sum Ship Days Early], [Count Early Order Lines] )
Avg Ship Days LateYYDivideNDIVIDE ( [Sum Ship Days Late], [Count Late Order Lines], 0 )
Avg Ship Days Off TimeYYDivideNDIVIDE ( [Sum Ship Days Off Time], [Count Early Order Lines] + [Count Late Order Lines] )
Complete Order Lines %YYDivideNDIVIDE ( ( [Count CO Line] - [Count Incomplete Order Line] ), [Count CO Line] )
Count Agreement Order LinesNYCount of rows which contain a value for agreementSumNSUM ( 'CUSTOMER ORDER LINE'[COUNT_AGREEMENT_ORDER] )
Count Campaign Order LinesNYCount of rows which contain a value for campaign order lineSumNSUM ( 'CUSTOMER ORDER LINE'[COUNT_CAMPAIGN_ORDER] )
Count CO LineNYCount of rows which contain a value for customer order lineSumNSUM ( 'CUSTOMER ORDER LINE'[COUNT_ORDER_LINE] )
Count Complete Order LineNYCount of rows which is TRUE for completed statusN[Count CO Line] - [Count Incomplete Order Line]
Count Delivered as PlannedNYCount of rows which is TRUE for delivered as planned statusSumNSUM ( 'CUSTOMER ORDER LINE'[COUNT_DELIVERED_AS_PLANNED] )
Count Delivered as PromisedNYCount of rows which is TRUE for delivered as promised statusSumNSUM ( 'CUSTOMER ORDER LINE'[COUNT_DELIVERED_AS_PROMISED] )
Count Delivered as RequestedNYCount of rows which is TRUE for delivered as requested statusSumNSUM ( 'CUSTOMER ORDER LINE'[COUNT_DELIVERED_AS_REQUESTED] )
Count Delivered Not InvoicedNYCount of rows which is TRUE for delivered as not invoiced statusSumNSUM ( 'CUSTOMER ORDER LINE'[COUNT_DELIVERED_NOT_INVOICED] )
Count Delivered Order LineNYCount of rows which contain a value for delivered order lineSumNSUM ( 'CUSTOMER ORDER LINE'[COUNT_DELIVERED_ORDER_LINE] )
Count Early Order LinesNYCount of rows which contain a value for early order lineSumNSUM ( 'CUSTOMER ORDER LINE'[COUNT_EARLY_ORDER_LINE] )
Count Incomplete Order LineNYCount of rows where status is incompleteSumNSUM ( 'CUSTOMER ORDER LINE'[COUNT_INCOMPLETE_ORDER_LINE] )
Count Late Order LinesNYCount of rows which contain a value for late order lineSumNSUM ( 'CUSTOMER ORDER LINE'[COUNT_LATE_ORDER_LINE] )
Count On Time Order LineNYCount of rows which are set as on time order lineSumNSUM ( 'CUSTOMER ORDER LINE'[COUNT_ON_TIME_ORDER_LINE] )
Count Perfect Order LineNYCount of rows which are set as perfect order lineSumNSUM ( 'CUSTOMER ORDER LINE'[COUNT_PERFECT_ORDER_LINE] )
Count PriceList Order LinesNYCount of rows which contain a value for price listSumNSUM ( 'CUSTOMER ORDER LINE'[COUNT_PRICELIST_ORDER] )
Count SalesPart Order LinesNYCount of rows which contain a value for sales partSumNSUM ( 'CUSTOMER ORDER LINE'[COUNT_BASEPRICE_ORDER] )
Early Order Lines %YYDivideNDIVIDE ( [Count Early Order Lines], [Count CO Line], BLANK () )
Incomplete Order Lines %YYDivideNDIVIDE ( [Count Incomplete Order Line], [Count CO Line] )
Late Order Lines %YYDivideNDIVIDE ( [Count Late Order Lines], [Count CO Line], BLANK () )
Net Amount CO Line RCYYReporting Currency calculationNSUMX ( 'CUSTOMER ORDER LINE', DIVIDE ( 'CUSTOMER ORDER LINE'[REP_CURR_NET_AMOUNT], [Currency Rate] ) )
Net Amount CO Line RC 1YNReporting Currency calculationNSUMX ( 'CUSTOMER ORDER LINE', DIVIDE ( 'CUSTOMER ORDER LINE'[REP_CURR_NET_AMOUNT], [Currency Rate] ) )
Net Amount in Base Curr CO LineNYBase Currency calculationSumNSUM ( 'CUSTOMER ORDER LINE'[NET_AMOUNT_BASE] )
Net Amount in Order CurrNNSum of the amountSumNSUM ( 'CUSTOMER ORDER LINE'[NET_AMOUNT_CURR] )
Not Invoiced AmountYNSum of the amountNIF ( [Qty Sales CO Line] <> 0, ( [Qty Sales CO Line] - [Qty Invoiced CO Line] ) * ( DIVIDE ( [Net Amount in Base Curr CO Line], [Qty Sales CO Line] ) ), 0 )
Not Invoiced Base Curr CO LineNNSumNSUM ( 'CUSTOMER ORDER LINE'[NET_AMOUNT_NOT_INVOICED] )
NotInvoiced Base Curr CO LineYNN( [Qty Sales CO Line] - [Qty Invoiced CO Line] ) * DIVIDE ( [Net Amount in Base Curr CO Line], [Qty Sales CO Line] )
NotInvoiced CO Line RCYNN( [Qty Sales CO Line] - [Qty Invoiced CO Line] ) * DIVIDE ( [Net Amount CO Line RC], [Qty Sales CO Line] )
On time Order Lines %YYDivideNDIVIDE ( [Count On time Order Line], [Count CO Line] )
Perfect Order Lines %YYDivideNDIVIDE ( [Count Perfect Order Line], [Count CO Line] )
ProfitYNN[Net Amount in Base Curr CO Line] - [Total Cost in Base Curr CO Line]
Profit Margin %YNDivideNDIVIDE ( [Profit Margin in Base Curr], [Net Amount in Base Curr], BLANK () )
Profit Margin GoalNNN0.1
Qty Assigned CO LineNYSumNSUM ( 'CUSTOMER ORDER LINE'[QTY_ASSIGNED] )
Qty Invoiced CO LineNYSumNSUM ( 'CUSTOMER ORDER LINE'[QTY_INVOICED] )
Qty Not Invoice CO LineNYSumNSUM ( 'CUSTOMER ORDER LINE'[QTY_NOT_INVOICED] )
Qty Picked CO LineNYSumNSUM ( 'CUSTOMER ORDER LINE'[QTY_PICKED] )
Qty Returned CO LineNYSumNSUM ( 'CUSTOMER ORDER LINE'[QTY_RETURNED] )
Qty Sales CO LineNYSumNSUM ( 'CUSTOMER ORDER LINE'[SALES_QTY] )
Qty Shipdiff CO LineNYSumNSUM ( 'CUSTOMER ORDER LINE'[QTY_SHIPDIFF] )
Qty Shipped CO LineNYSumNSUM ( 'CUSTOMER ORDER LINE'[QTY_SHIPPED] )
Qty Short CO LineNNSumNSUM ( 'CUSTOMER ORDER LINE'[QTY_SHORT] )
Total Cost CO Line RCYYNSUMX ( 'CUSTOMER ORDER LINE', DIVIDE ( [REP_CURR_TOTAL_COST], [Currency Rate] ) )
Total Cost in Base Curr CO LineNYSumNSUM ( 'CUSTOMER ORDER LINE'[TOTAL_COST] )
Total Cost RCYNN[Total Cost CO Line RC] /*+[Total Cost CO Charge RC]*/ - [Total Cost RMA Line RC] /*-[Total Cost RMA Charge RC]*/
Total Order Line DiscountNNSumNSUM ( 'CUSTOMER ORDER LINE'[TOTAL_ORDER_LINE_DISCOUNT] )
Total Order Line Discount CO Line RCYYNSUMX ( 'CUSTOMER ORDER LINE', DIVIDE ( [TOTAL_ORDER_LINE_DISCOUNT], [Currency Rate] ) )
Count Returns to Inventory RMA LineNYCount of rows which contain a value for returns to inventory RMA lineSumNSUM ( 'RETURN MATERIAL LINE'[COUNT_RETURNS_TO_INVENTORY] )
Count Returns to Scrap RMA LineNYCount of rows which contain a value for returns to scrap RMA lineSumNSUM ( 'RETURN MATERIAL LINE'[COUNT_RETURNS_TO_SCRAP] )
Count RMA LineNYCount of rows which contain a value for RMA lineSumNSUM ( 'RETURN MATERIAL LINE'[COUNT_ORDER_LINE] )
Inv Qty Received RMA LineNYSumNSUM ( 'RETURN MATERIAL LINE'[INV_QTY_RECEIVED] )
Inv Qty Scrapped RMA LineNYSumNSUM ( 'RETURN MATERIAL LINE'[INV_QTY_SCRAPPED] )
Inv Qty To Return RMA LineNYSumNSUM ( 'RETURN MATERIAL LINE'[INV_QTY_TO_RETURN] )
Net Amount in Base Curr RMA LineNYBase Currency calculationSumNSUM ( 'CUSTOMER ORDER LINE'[NET_AMOUNT_BASE] )
Net Amount in Order Curr RMA LineNYSum of the amountSumNSUM ( 'RETURN MATERIAL LINE'[NET_AMOUNT_CURR] )
Qty Received RMA LineNYSumNSUM ( 'RETURN MATERIAL LINE'[Total Received Qty] )
Qty Returned Inv RMA LineNYSumNSUM ( 'RETURN MATERIAL LINE'[INV_QTY_RETURNED] )
Qty To Return RMA LineNYSumNSUM ( 'RETURN MATERIAL LINE'[QTY_TO_RETURN] )
Total Cost in Base Curr RMA LineNYSumNSUM ( 'RETURN MATERIAL LINE'[RMA_Cost_In_Base_Curr] )
Net Amount RMA Line RCNNReporting Currency calculationNSUMX ( 'RETURN MATERIAL LINE', DIVIDE ( [REP_CURR_NET_AMOUNT], [Currency Rate] ) )
Total Cost RMA Line RCYNNSUMX ( 'RETURN MATERIAL LINE', DIVIDE ( [RMA_Cost_In_Base_Curr], [Currency Rate] ) )
Net Amount CO Credit RCYNReporting Currency calculationNSUMX ( 'CUSTOMER INVOICE', DIVIDE ( [REP_CURR_NET_AMOUNT], [Currency Rate] ) )
Net Amount Cust Inv RCNNReporting Currency calculationNSUMX ( 'CUSTOMER INVOICE', DIVIDE ( [REP_CURR_NET_AMOUNT], [Currency Rate] ) )
Count CO CreditNYCount of rows which are set as creditCountRowsNCOUNTROWS ( 'CUSTOMER INVOICE' )
Count Cust InvNNCount of rows which contain a value for customer invoiceCountRowsNCOUNTROWS ( 'CUSTOMER INVOICE' )
Deduction Amount Cust InvNYSum of the amountSumNSUM ( 'CUSTOMER INVOICE'[DEDUCTION_AMOUNT] )
Disc Amount Cust InvNYSum of the amountSumNSUM ( 'CUSTOMER INVOICE'[DISC_AMOUNT] )
Gross Amount Cust InvNYSum of the amountSumNSUM ( 'CUSTOMER INVOICE'[GROSS_AMOUNT] )
Gross Amount DOM Cust InvNYSum of the amountSumNSUM ( 'CUSTOMER INVOICE'[GROSS_AMOUNT_DOM] )
Net Amount DOM Cust InvNYSum of the amountSumNSUM ( 'CUSTOMER INVOICE'[NET_AMOUNT_DOM] )
Net Amount in Base Curr CO CreditNYBase Currency calculationSumNSUM ( 'CUSTOMER INVOICE'[NET_AMOUNT] )
Net Amount in Base Curr Cust InvNNBase Currency calculationSumNSUM ( 'CUSTOMER INVOICE'[NET_AMOUNT] )
Open Amount Cust InvNYSum of the amountSumNSUM ( 'CUSTOMER INVOICE'[OPEN_AMOUNT] )
Open Amount DOM Cust InvNYSum of the amountSumNSUM ( 'CUSTOMER INVOICE'[OPEN_AMOUNT_DOM] )
VAT Amount Cust InvNYSum of the amountSumNSUM ( 'CUSTOMER INVOICE'[VAT_AMOUNT] )
VAT Amount DOM Cust InvNYSum of the amountSumNSUM ( 'CUSTOMER INVOICE'[VAT_AMOUNT_DOM] )
Discount TotalNYSum of the amountSumNSUM ( 'SALES QUOTATION LINE'[Total Discount] )
Discount ValueNYSum of the amountSumNSUM ( 'SALES QUOTATION LINE'[Discount Amount] )
Due By QuantityNYSumNSUM ( 'SALES QUOTATION LINE'[Quantity Due Buy] )
Due Revised QuantityNYSumNSUM ( 'SALES QUOTATION LINE'[Quantity Due Revised] )
Gross Amount BaseNYBase Currency calculationSumNSUM ( 'SALES QUOTATION LINE'[Amount Base Gross] )
Gross Amount CurrentNYSum of the amountSumNSUM ( 'SALES QUOTATION LINE'[Amount Current Gross] )
Lead Time AnsweredNYSumNSUM ( 'SALES QUOTATION LINE'[Lead Time to Answered] )
Lead Time DeliveryNYSumNSUM ( 'SALES QUOTATION LINE'[Delivery Lead Time] )
Net Amount BaseNYBase Currency calculationSumNSUM ( 'SALES QUOTATION LINE'[Amount Base Net] )
Lost Quote Lines CountNYCount of rows where status is lostSumNSUM ( 'SALES QUOTATION LINE'[Count Lost Quote Lines] )
Net Amount CurrentNYSum of the amountSumNSUM ( 'SALES QUOTATION LINE'[Amount Current Net] )
Planned Quote Lines CountNYCount of rows where status is plannedSumNSUM ( 'SALES QUOTATION LINE'[Count Planned Quote Lines] )
Rejected Quote Lines CountNYCount of rows where status is rejectedSumNSUM ( 'SALES QUOTATION LINE'[Count Rejected Quote Lines] )
Released Quote Lines CountNYCount of rows where status is releasedSumNSUM ( 'SALES QUOTATION LINE'[Count Released Quote Lines] )
Sale Unit Price BaseNYSumNSUM ( 'SALES QUOTATION LINE'[Base Sale Unit Price] )
Sale Unit Price Base Inc TaxNYSumNSUM ( 'SALES QUOTATION LINE'[Base Unit Price Inc Tax] )
Total Line QuantityNYSumNSUM ( 'SALES QUOTATION LINE'[Quantity Line Total] )
Won Quote Lines CountNYCount of rows where status is wonSumNSUM ( 'SALES QUOTATION LINE'[Count Won Quote Lines] )
CostNNSum of the amountSumNSUM ( 'SALES QUOTATION LINE'[Costs] )
CO Created Quote Lines CountNYCount of rows which contain a value for customer orderSumNSUM ( 'SALES QUOTATION LINE'[Count CO Created Quote Lines] )
Cancellation Quote Lines CountNYCount of rows which is TRUE for cancelled statusSumNSUM ( 'SALES QUOTATION LINE'[Count Cancelled Quote Lines] )
Answered On Time CountNYCount of rows which is TRUE for answered on time valueSumNSUM ( 'SALES QUOTATION LINE'[Count Answered On Time] )
Alternative Opportunity CountNYCount of rows which contain a value for alternative opportunitySumNSUM ( 'BUSINESS OPPORTUNITY'[Count Alternative Opportunity] )
Base Opportunity Value TotalNYTotal opportunity value in base currencySumNSUM ( 'BUSINESS OPPORTUNITY'[Opportunity Total Value/Base] )
Cost Value TotalNYSum of the amountSumNSUM ( 'BUSINESS OPPORTUNITY'[Opportunity Total Cost Value] )
Current Opportunity Value TotalNYTotal opportunity valueSumNSUM ( 'BUSINESS OPPORTUNITY'[Opportunity Total Value/Curr] )
Estimated Opportunity Value BaseNYSum of the amountSumNSUM ( 'BUSINESS OPPORTUNITY'[Opportunity Estimated Value/Base] )
Main Opportunity CountNYCount of rows which contain a value for main opportunitySumNSUM ( 'BUSINESS OPPORTUNITY'[Count Main Opportunity] )
Normal Opportunity CountNYCount of rows which contain a value for opportunitySumNSUM ( 'BUSINESS OPPORTUNITY'[Count Normal Opportunity] )
Opportunity Base Value Not QuotedNYThe opportunity value that is not quoted, expressed in the company currency.SumNSUM ( 'BUSINESS OPPORTUNITY'[Not Quoted Opportunity Value/Base] )
Opportunity Base Value QuotedNYThe opportunity value that is quoted, expressed in the company currency.SumNSUM ( 'BUSINESS OPPORTUNITY'[Quoted Opportunity Value/Base])
Opportunity Base Value WonNYThe opportunity value that is won, expressed in the company currency.NSUM ( 'BUSINESS OPPORTUNITY'[Won Opportunity Value/Base] )
Opportunity Current Value Note QuotedNYThe opportunity value that is not quoted, expressed in the opportunity currency.SumNSUM ( 'BUSINESS OPPORTUNITY'[Not Quoted Opportunity Value/Curr] )
Opportunity Current Value QuotedNYThe opportunity value that is quoted, expressed in the opportunity currency.SumNSUM ( 'BUSINESS OPPORTUNITY'[Quoted Opportunity Value/Curr])
Opportunity Current Value WonNYThe opportunity value that is won, expressed in the opportunity currency.SumNSUM ( 'BUSINESS OPPORTUNITY'[Won Opportunity Value/Curr] )
Opportunity Value EstimatedNYSum of the amountSumNSUM ( 'BUSINESS OPPORTUNITY'[Opportunity Estimated Value])
Char Price CalculatedYYSumNSUM ( 'BUSINESS OPP LINE'[Calculated Char Price] )
Discount AmountNYSum of the discount amountSumNSUM ( 'BUSINESS OPP LINE'[Discount] )
Price CharNYSumNSUM ( 'BUSINESS OPP LINE'[Char Price] )
Price PartNYSumNSUM ( 'BUSINESS OPP LINE'[Part Price] )
QtyNYSumNSUM ( 'BUSINESS OPP LINE'[Quantity] )
Sales Quantity CustomerNYSumNSUM ( 'BUSINESS OPP LINE'[Customer Sales Quantity] )
Total Value BaseNYSumNSUM ( 'BUSINESS OPP LINE'[Total Base Value] )
Total Value CostNYSumNSUM ( 'BUSINESS OPP LINE'[Total Cost Value] )
Total Value CurrentNYSumNSUM ( 'BUSINESS OPP LINE'[Total Current Value] )
Unit Price Base SaleNYSumNSUM ( 'BUSINESS OPP LINE'[Base Sale Unit Price] )
Unit Price SalesNYSumNSUM ( 'BUSINESS OPP LINE'[Sales Unit Price] )
Profit Margin in Base CurrNNN[Net Amount in Base Curr] - [Total Cost in Base Curr]
Total Opportunity CountNNCount of rows which contain a value for opportunityCountNCOUNT ( 'BUSINESS OPPORTUNITY'[Opportunity No] )
Opportunity Base Value Won PYNYThe opportunity value that is won, expressed in the company currency.NCALCULATE ( [Opportunity Base Value Won], SAMEPERIODLASTYEAR ( 'DATE START'[ID] ) )
Opportunity Base Value Won R12 PNYThe opportunity value that is won, expressed in the company currency.NCALCULATE ( [Opportunity Base Value Won R12], SAMEPERIODLASTYEAR ( 'DATE START'[ID] ) )
Answered On Time Count PYNYCount of rows which is TRUE for answered on time valueNCALCULATE ( [Answered On Time Count], SAMEPERIODLASTYEAR ( 'DATE WANTED'[ID] ) )
Total Sales Quotation Line CountNNCount of rows which contain a value for sales quotation lineCountNCOUNT ( 'SALES QUOTATION LINE'[Line Number] )
Count LeadsCount of rows which contain a value for leadNSUM ( 'BUSINESS LEAD FACT'[LEAD_COUNT] )
Count Leads with existing AccountCount of rows which contain a value for existing accountNSUM ( 'BUSINESS LEAD FACT'[COUNT_ON_EXISTING_ACC] )
Count Converted LeadsCount of rows which is TRUE for converted leadsNSUM ( 'BUSINESS LEAD FACT'[COUNT_CONVERTED] )
Count Unqualified LeadsCount of rows where status is not unqualifiedNSUM ( 'BUSINESS LEAD FACT'[COUNT_UNQUALIFIED] )
Count In Progress LeadsCount of rows where status is in progressNSUM ( 'BUSINESS LEAD FACT'[COUNT_INPROGRESS] )
Count Parked LeadsCount of rows where status is parkedNSUM ( 'BUSINESS LEAD FACT'[COUNT_PARKED] )
Count Rejected LeadsCount of rows where status is not rejectedNSUM ( 'BUSINESS LEAD FACT'[COUNT_REJECTED] )
Count Marketing CampaignsCount of rows which contain a value for marketing campaignNCOUNTROWS ( 'MARKETING CAMPAIGN FACT' )
Count Not Started CampaignsCount of rows where status is not startedNSUM( 'MARKETING CAMPAIGN FACT'[COUNT_NOT_STARTED] )
Count In Progress CampaignsCount of rows where status is in progressNSUM( 'MARKETING CAMPAIGN FACT'[COUNT_IN_PROGRESS] )
Count Completed CampaignsCount of rows where status is completedNSUM( 'MARKETING CAMPAIGN FACT'[COUNT_COMPLETED] )
Count Marketing Campaign actionsCount of rows which contain a value for actionNCOUNTROWS ( 'MARKETING CAMPAIGN ACTION FACT' )
Count Not Started Campaign ActionsCount of rows where status is not startedNSUM ( 'MARKETING CAMPAIGN ACTION FACT'[COUNT_NOT_STARTED] )
Count In Progress Campaign ActionsCount of rows where status is in progressNSUM ( 'MARKETING CAMPAIGN ACTION FACT'[COUNT_IN_PROGRESS] )
Count Completed Campaign ActionsCount of rows where status is completedNSUM( 'MARKETING CAMPAIGN ACTION FACT'[COUNT_COMPLETED] )
Count Campaign ResponseCount of rows which contain a value for campaign responseNCOUNTROWS ( 'MARKETING CAMPAIGN RESPONSE FACT' )
Annual TurnoverAnnual turnover amountNSUM ( 'BUSINESS LEAD FACT'[Annual Revenue])
Total CostSum of the amountNSUM ( 'MARKETING CAMPAIGN FACT'[Marketing Campaign Total Cost] )
Total Budget CostSum of the amountNSUM ( 'MARKETING CAMPAIGN FACT'[Marketing Campaign Total Budget Costs] )
Marketing Campaign Action CostCost set for marketing campaign actionNSUM ( 'MARKETING CAMPAIGN ACTION FACT'[Marketing Campaign Action Cost] )
Opportunity Snapshot Current ValueSum of the amountNSUM ( 'BUSINESS OPP SNAPSHOT'[Base Current Opportunity Value] )
Opportunity Snapshot Value EstimatedSum of the amountNSUM ( 'BUSINESS OPP SNAPSHOT'[Base Estimated Opportunity Value] )
Opportunity Snapshot Count In-ProgressCount of rows where status is in progressNCOUNT ( 'BUSINESS OPP SNAPSHOT'[COUNT_INPROGRESS_OPPS] )
Opportunity Snapshot Count ConfirmedCount of rows where status is confirmedNCOUNT ( 'BUSINESS OPP SNAPSHOT'[COUNT_CONFIRMED_OPPS] )
Opportunity Snapshot Count On AlternativeCount of rows which contain a value for alternative opportunityNCOUNT ( 'BUSINESS OPP SNAPSHOT'[COUNT_ON_ALTERNATE_OPP] )
Opportunity Snapshot Count On MainCount of rows which contain a value for main opportunityNCOUNT ( 'BUSINESS OPP SNAPSHOT'[COUNT_ON_MAIN_OPP] )
Opportunity Snapshot Count On NormalCount of rows which contain a value for opportunityNCOUNT ( 'BUSINESS OPP SNAPSHOT'[COUNT_ON_NORMAL_OPP] )
Opportunity Snapshot Count On HoldCount of rows where status is on holdNCOUNT ( 'BUSINESS OPP SNAPSHOT'[COUNT_ONHOLD_OPPS] )
Opportunity Snapshot Count UnconfirmedCount of rows where status is unconfirmedNCOUNT ( 'BUSINESS OPP SNAPSHOT'[COUNT_UNCONFIRMED_OPPS] )
Count CallsCount of rows where business activity type is callNSUM('BUSINESS ACTIVITY FACT'[Count of Activity Calls])
Count MeetingsCount of rows where business activity type is meetingNSUM('BUSINESS ACTIVITY FACT'[Count of Activity Meetings])
Count ChatsCount of rows where business activity type is chatNSUM('BUSINESS ACTIVITY FACT'[Count of Activity Chats])
Count E-MailsCount of rows where business activity type is e-mailNSUM('BUSINESS ACTIVITY FACT'[Count of Activity Emails])
Count TasksCount of rows where business activity type is taskNSUM('BUSINESS ACTIVITY FACT'[Count of Activity Tasks])
DurationDuration in minuets of the business activityNSUM('BUSINESS ACTIVITY FACT'[Business Activity Duration])
Count Business ActivityCount of rows which contain a value for business activityNSUM('BUSINESS ACTIVITY REFERENCE'[Count Business Activity])

Time Intelligence Measures

Time based measures are calculated in the cube with respect to other measures. The table below defines the meaning/definition of  the different time measures. These measures need to be used with a specific time dimension hierarchy [REPORTING_DATE].[RepDateMFHy].

MeasureMeaning
YTDAggregated value for current month in current  year. E.g. for period 202010 Ytd represents sum of periods 202000-202010.
R12For a given period, the sum all months from one year back up to the previous month. E.g. Rolling 12 for 202010 is the sum of months 201910 - 202009
PYPrevious Year
The value of the corresponding month one year back. E.g. for month 202010, the value of month 201910.
YTD PYYear to Date Previous Year
Aggregated value for corresponding month one year back. E.g. for month 202010 YTD Previous Year represents sum of months 201901-201910.
R12 PYRolling 12 (completed) Months Previous Year
For a given month, first going one year back, then taking the sum of all months from one (more) year back up to the previous month. E.g. for month 202010 the sum of month 201810-201909
Avg XXX YtdSum XXX YTD/Count XXX YTD
Avg XXX R12Sum XXX R12/Count XXX R12
XXX % YTDCount XXX YTD/Count YYY YTD
XXX % R12Count XXX R12/Count XXX R12

USED BY MODEL(S)

Model Name
CRM

Data source Information

The data source for this object is defined using IFS Developer Tool. Further Transformations are done using Power BI.

Additional information can be found in the online documentation of Information Sources.

Model TableBI Access ViewReferenced Information SourceRecommended Access Type
CRM MEASURESFACT_BUSINESS_ACTIVITY_BI, FACT BUSINESS_LEAD_CONTACT_BI, FACT_BUSINESS_OPP_BI, FACT_BUSINESS_OPP_LINE_BI, FACT_CUSTOMER_INVOICE_PQ_BI, FACT_CUSTOMER_ORDER_LINE_PQ_BI, FACT_RETURN_MAT_LINE_PQ_BI, FACT_SALES_QUOTATION_LINE_BI, FACT_BUSINESS_LEAD_BI, FACT_MARKETING_CAMPAIGN_BI, FACT_MARKETING_CAMP_ACTION_BI, FACT_MKTG_ACTION_RESPONSE_BI, FACT_BUSINESS_OPP_SNAPSHOT_BIFACT_BUSINESS_ACTIVITY, FACT BUSINESS_LEAD_CONTACT, FACT_BUSINESS_OPP, FACT_BUSINESS_OPP_LINE,FACT_CUSTOMER_INVOICE_PQ, FACT_CUSTOMER_ORDER_LINE_PQ, FACT_RETURN_MAT_LINE_PQ, FACT_SALES_QUOTATION_LINE, FACT_BUSINESS_LEAD, FACT_MARKETING_CAMPAIGN, FACT_MARKETING_CAMP_ACTION, FACT_MKTG_ACTION_RESPONSE, FACT_BUSINESS_OPP_SNAPSHOTOn Line