Share via

Extract data from Microsoft copilot agent

Jenny Pham 0 Reputation points
2026-02-18T14:58:27.87+00:00

I would like to extract data ( how many people use the chatbot, the frequency, most asked questions etc) from my customised copilot agent.

Microsoft Copilot | Microsoft 365 Copilot | Development
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. kagiyama yutaka 1,245 Reputation points
    2026-02-22T21:03:20.9833333+00:00

    You’ll get the real usage data only by pairing Studio Analytics with a direct query on Dataverse’s ConversationTranscript, filtering by user, intent and timestamp to surface true freq patterns.

    0 comments No comments

  2. Q&A Assist
    2026-02-18T14:59:05.5033333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    To extract data about the usage of your customized Copilot agent, you can utilize the metrics available in the Microsoft Copilot Dashboard. This includes information such as the number of actions taken by users in applications like Outlook, PowerPoint, Teams, and Word. Additionally, you can gather insights on prompts submitted through Copilot Chat in various environments.

    For specific data like the frequency of use and most asked questions, you may need to analyze the conversation transcripts stored in the ConversationTranscript table in Dataverse. This table logs interactions between users and the agent, which can help identify frequently asked questions and user engagement patterns.

    To summarize, you can:

    1. Access the Microsoft Copilot Dashboard for overall usage metrics.
    2. Analyze the ConversationTranscript table to identify user interactions and common inquiries.

    References:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.