Skip to content

Add AI Credits usage data troubleshooting documentation#10859

Draft
Copilot wants to merge 6 commits intomainfrom
copilot/fix-ai-credits-usage-in-inventory
Draft

Add AI Credits usage data troubleshooting documentation#10859
Copilot wants to merge 6 commits intomainfrom
copilot/fix-ai-credits-usage-in-inventory

Conversation

Copy link
Contributor

Copilot AI commented Feb 16, 2026

Users report AI Credits data stopping at December 2025. Investigation confirms no hardcoded date limitations in CoE codebase - the Admin | Sync Template v4 (AI Usage) flow uses LastXDays(PropertyName='msdyn_processingdate',PropertyValue=1), a relative filter that works indefinitely.

Root cause: External to CoE Starter Kit. Most likely Microsoft's msdyn_aievents table (source) not being populated, or flow not executing.

Changes

User-facing documentation (CenterofExcellenceResources/):

  • TROUBLESHOOTING-AI-CREDITS-DATA.md - 5-step diagnostic workflow (check flow status → verify source data → check CoE data → common errors → verify AI activity)
  • FAQ-AI-CREDITS-USAGE.md - 15 Q&As covering permissions, retention, collection mechanics, escalation

Maintainer documentation (repository root):

  • ANALYSIS-AI-CREDITS-2026-ISSUE.md - Code analysis proving no date limitations
  • QUICKREF-AI-CREDITS-COLLECTION.md - Component reference, data flow, file locations
  • GITHUB-ISSUE-RESPONSE-TEMPLATE.md - Response template with diagnostic steps
  • SOLUTION-SUMMARY-AI-CREDITS-2026.md - Complete solution overview
  • README-AI-CREDITS-DOCUMENTATION.md - Documentation index

Data Flow

Microsoft AI Builder Platform
      ↓ (automatic)
msdyn_aievents (per environment, Microsoft system table)
      ↓ (daily sync, relative date filter)
Admin | Sync Template v4 (AI Usage) flow
      ↓ (aggregation)
admin_AICreditsUsage (CoE environment)
      ↓
Power BI Reports

Key insight: CoE only reads from msdyn_aievents. If Microsoft's platform doesn't populate it, CoE cannot collect data. Documentation guides users through verifying each stage and escalating to Microsoft Support when appropriate.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/graphql
    • Triggering command: /usr/bin/gh gh issue list --repo microsoft/coe-starter-kit --search AI Credits --state all --limit 20 --json number,title,state,createdAt,url (http block)
    • Triggering command: /usr/bin/gh gh issue list --search AI Credits --state all --limit 20 (http block)
    • Triggering command: /usr/bin/gh gh issue list --search 2026 OR 2025 --state all --limit 20 (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

This section details on the original issue you should resolve

<issue_title>[CoE Starter Kit - QUESTION] QUESTION AI Credits usage in the inventory</issue_title>
<issue_description>### Does this question already exist in our backlog?

  • I have checked and confirm this is a new question.

What is your question?

Hello, currently the CoE Starter Kit is not displaying AI Credits usage in the inventory. How can we restore this information in the CoE Power BI reports? At the moment, the data is only available up to 2025.

Image Image

What solution are you experiencing the issue with?

Governance

What solution version are you using?

Febrero 2026

What app or flow are you having the issue with?

BI CoE Starter Kit

What method are you using to get inventory and telemetry?

None</issue_description>

<agent_instructions>Analyze the question why Hello, currently the CoE Starter Kit is not displaying AI Credits usage in the inventory. How can we restore this information in the CoE Power BI reports? At the moment, the data is only available up to 2025.
Provide the solution for this question</agent_instructions>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 5 commits February 16, 2026 04:27
Co-authored-by: AmarSaiRam <220305901+AmarSaiRam@users.noreply.github.com>
Co-authored-by: AmarSaiRam <220305901+AmarSaiRam@users.noreply.github.com>
Co-authored-by: AmarSaiRam <220305901+AmarSaiRam@users.noreply.github.com>
Co-authored-by: AmarSaiRam <220305901+AmarSaiRam@users.noreply.github.com>
Co-authored-by: AmarSaiRam <220305901+AmarSaiRam@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix AI Credits usage display in inventory reports Add AI Credits usage data troubleshooting documentation Feb 16, 2026
Copilot AI requested a review from AmarSaiRam February 16, 2026 04:36
@Eusemazo
Copy link

Eusemazo commented Feb 16, 2026

Good morning. I can see that the information in the msdyn_aievents tables across the environments is being populated correctly, and the flow is running successfully. However, it is not bringing the correct data into the CoE. Please see the images below.

Admin  Sync Template v4 AI Usage ejecute ok Tabla en entorno BI AI CREDITS USAGE CoE Styarte

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CoE Starter Kit - QUESTION] QUESTION AI Credits usage in the inventory

3 participants