All active dashboard filters affect the calculation. Values are recalculated dynamically according to the selected reporting period, employee hierarch
Fact CE
Displays the weighted activity volume achieved during cycle execution.
Business Value Allows comparison of activity execution across different call types.
DAX Formula
SUM(crm_tasktype_csv[promocount])
Calculation Logic Calculates the total promotional weight assigned to completed activities.
Business Rules All active dashboard filters affect the calculation. Values are recalculated dynamically according to the selected reporting period, employee hierarch
Business Value Measures execution quality using weighted activity values.
DAX Formula
DIVIDE([Fact CE], [Plan CE])
Calculation Logic Calculates the ratio of actual Call Equivalent activity to planned Call Equivalent activity.
Business Rules All active dashboard filters affect the calculation. Values are recalculated dynamically according to the selected reporting period, employee hierarch
Plan Coverage
Displays the number of customers planned for coverage during the selected cycle.
Business Value Represents the planned customer base that should be reached during cycle execution.
DAX Formula
SUM(crm_task_plan_v2_csv[plan_pokr])
Calculation Logic
Calculates the total planned customer coverage from the approved cycle plan.
Business Rules
All active dashboard filters affect the calculation. Values are recalculated dynamically according to the selected reporting period, employee hierarch
Fact Coverage
Displays the actual number of unique customers reached during cycle execution.
Business Value Measures actual customer coverage achieved during the reporting period.
DAX Formula
[Fact Coverage con] + [Fact Coverage com]
Calculation Logic Calculates total customer coverage as the sum of covered contacts and covered organizations.
Business Rules All active dashboard filters affect the calculation. Values are recalculated dynamically according to the selected reporting period, employee hierarch
Calculation Logic Counts unique contacts that received at least one completed visit.
Business Rules All active dashboard filters affect the calculation. Values are recalculated dynamically according to the selected reporting period, employee hierarch
Counts unique organizations that received at least one completed visit.
Business Rules All active dashboard filters affect the calculation. Values are recalculated dynamically according to the selected reporting period, employee hierarch
Fact Coverage %
Displays the percentage of planned customer coverage achieved.
Business Value Measures how effectively the planned customer base was covered.
Calculation Logic Calculates the ratio of actual covered customers to planned customer coverage.
Business Rules Returns blank when Plan Coverage equals zero.
Recalculated dynamically according to active filters.
Business Rules All active dashboard filters affect the calculation. Values are recalculated dynamically according to the selected reporting period, employee hierarch
Plan Frequency
Displays the planned average number of calls per customer.
Business Value
Helps evaluate the expected interaction intensity for covered customers.
DAX Formula
DIVIDE([Planned calls], [Plan Coverage])
Calculation Logic Calculates the average number of planned calls per planned covered customer.
Business Rules All active dashboard filters affect the calculation. Values are recalculated dynamically according to the selected reporting period, employee hierarch
Frequency Fact
Displays the average number of completed calls per planned covered customer.
Business Value Measures actual customer interaction intensity.
DAX Formula
DIVIDE([Fact Calls (cycle)], [Plan Coverage], 0)
Calculation Logic Calculates the average number of completed calls per planned covered customer.
Business Rules All active dashboard filters affect the calculation. Values are recalculated dynamically according to the selected reporting period, employee hierarch
Frequency %
Displays execution of the planned call frequency.
Business Value Measures whether customer interaction intensity meets planning expectations.
Calculation Logic Compares actual call frequency against planned call frequency.
Interpretation 100% = actual frequency equals planned frequency.
>100% = customers receive more interactions than planned.
<100% = customers receive fewer interactions than planned.
Business Rules All active dashboard filters affect the calculation. Values are recalculated dynamically according to the selected reporting period, employee hierarch
Calls % Completed (Legacy)
Call Plan Achievement % (Legacy)
DAX Formula
DIVIDE([Fact Calls (cycle)], [Planned calls])
Calculation Logic Calculates the ratio of completed calls to planned calls.
Business Rules Legacy measure retained for backward compatibility.
May be replaced by newer execution metrics depending on dashboard version.
Business Rules All active dashboard filters affect the calculation. Values are recalculated dynamically according to the selected reporting period, employee hierarch