Setting up reports for Bitrix24 managers

Our company is engaged in the development, support and maintenance of Bitrix and Bitrix24 solutions of any complexity. From simple one-page sites to complex online stores, CRM systems with 1C and telephony integration. The experience of developers is confirmed by certificates from the vendor.
Our competencies:
Development stages
Latest works
  • image_website-b2b-advance_0.png
    B2B ADVANCE company website development
    1175
  • image_bitrix-bitrix-24-1c_fixper_448_0.png
    Website development for FIXPER company
    811
  • image_bitrix-bitrix-24-1c_development_of_an_online_appointment_booking_widget_for_a_medical_center_594_0.webp
    Development based on Bitrix, Bitrix24, 1C for the company Development of an Online Appointment Booking Widget for a Medical Center
    564
  • image_bitrix-bitrix-24-1c_mirsanbel_458_0.webp
    Development based on 1C Enterprise for MIRSANBEL
    747
  • image_crm_dolbimby_434_0.webp
    Website development on CRM Bitrix24 for DOLBIMBY
    655
  • image_crm_technotorgcomplex_453_0.webp
    Development based on Bitrix24 for the company TECHNOTORGKOMPLEKS
    976

Setting Up Reports for Management in Bitrix24

A manager opens Bitrix24, goes to CRM analytics and sees charts that don't answer any of their questions. How many deals did each manager close this month? What's the average deal duration through the pipeline? How many leads expired without processing? Standard reports show "something", but not what's needed. Configuring reports isn't about pretty charts, it's about answers to specific management questions.

What's Available Out of the Box

Bitrix24 provides several analytics tools:

CRM Analytics (CRM → Analytics) — built-in reports: sales funnel, deal dynamics, sales plan, manager effectiveness. Filtered by period, responsible, funnel. Can't: add custom fields, change grouping, build cross-table.

BI-Constructor Reports — available on "Professional" and higher plans. Connected via CRM → Analytics → BI-Constructor. Bitrix24 generates OData-endpoint that connects to external BI tools: Google Looker Studio, Power BI, Yandex DataLens.

Lists and Smart-Processes — not reports in the traditional sense, but sortable and filterable lists with Excel export that solve part of the problem.

Configuring Built-in CRM Reports

Before building something custom, check — perhaps built-in reports solve the problem after proper configuration.

Sales Funnel. Shows conversion between stages. Works correctly only if deal stages have proper semantics (STAGE_SEMANTIC_ID). If all stages are "In Process" — funnel shows one bar. Check: CRM → Settings → Directories → Deal Stages. Stages with "Success" (S) and "Failure" (F) semantics form funnel exits.

Manager Effectiveness. Counts quantity and sum of closed deals. Filter by period and direction. Useful for weekly meetings. Limitation: doesn't account for custom fields — if a manager's KPI depends on "Service Type" custom field, this report won't show it.

Sales Plan. Configured in CRM → Analytics → Plan. Set target sum per month for each manager. Bitrix automatically calculates completion percentage by successful deals. Simple, but works only with deal sum (OPPORTUNITY).

BI-Constructor: Connecting External Tools

For a manager who needs non-trivial reports, BI-constructor is the most flexible tool.

Connecting to Google Looker Studio:

  1. CRM → Analytics → BI-Constructor → create access key
  2. Copy OData-endpoint like https://your-portal.bitrix24.ru/rest/{user_id}/{key}/bi.dataset.data.json
  3. In Looker Studio: Add Source → JSON Connector → paste URL
  4. Configure dataset: fields map automatically

What data is available through BI-Constructor: deals, leads, contacts, companies, product items, activities (calls, emails, meetings). Custom fields (UF_CRM_*) included in export.

Example report "Average deal cycle by managers":

  • Source: deals with S semantics (successful)
  • Calculated field: DATE_CLOSE - DATE_CREATE (days)
  • Grouping: responsible manager
  • Aggregation: AVG
  • Visualization: horizontal bar chart

Five Reports Every Manager Needs

Report Source Tool
Plan execution (actual/plan by managers) Deals Built-in "Sales Plan"
Funnel conversion by stages Deals Built-in "Funnel"
Overdue leads without processing Leads BI-Constructor or filter + export
Average check and deal cycle by channels Deals + UTM BI-Constructor
Manager activity (calls/emails/meetings) CRM Activities BI-Constructor

Automatic Report Distribution

Manager shouldn't log in to B24 every morning. Looker Studio and DataLens have scheduled distribution function — PDF report arrives to email Monday morning. Bitrix24 itself has no automatic CRM report distribution — only manual export or BI tool with schedule.