AI Assistant Unique Monthly Users

Ad Hoc Reporting Guide

Version
R2025.2.1
ft:lastEdition
2025-12-01
AI Assistant Unique Monthly Users

The AI Assistant Unique Monthly Users report shows the count of unique Dayforce AI Assistant users for each month, ordered from most recent to oldest.

Fields

Fields included in the report template

Field Name Group by Sort Order Totals
Month   Z to A  
Year   Z to A  
Unique User Count      

Custom Fields

Month

The Month custom field shows the month that AI Assistant conversations happened. It uses the following expression:

CASE WHEN MONTH(AiAssistantConversationODS.timestamp) <10 THEN CONCAT("0",MONTH(AiAssistantConversationODS.timestamp)) ELSE MONTH(AiAssistantConversationODS.timestamp) ENDDATE(AiAssistantConversationODS.timestamp)

Year

The Year custom field shows the year that AI Assistant conversations happened. It uses the following expression:

YEAR(AiAssistantConversationODS.timestamp)

Unique User Count

The Unique User Count custom field shows the total number of individual users who used AI Assistant. It uses the following expression:

COUNT(DISTINCT(AiAssistantConversationODS.user_id))

Filters

The template includes the following filters:

AI Assistant Unique Monthly Users report filters.