Add AI Credits usage data troubleshooting documentation#10859
Draft
Add AI Credits usage data troubleshooting documentation#10859
Conversation
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



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 usesLastXDays(PropertyName='msdyn_processingdate',PropertyValue=1), a relative filter that works indefinitely.Root cause: External to CoE Starter Kit. Most likely Microsoft's
msdyn_aieventstable (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, escalationMaintainer documentation (repository root):
ANALYSIS-AI-CREDITS-2026-ISSUE.md- Code analysis proving no date limitationsQUICKREF-AI-CREDITS-COLLECTION.md- Component reference, data flow, file locationsGITHUB-ISSUE-RESPONSE-TEMPLATE.md- Response template with diagnostic stepsSOLUTION-SUMMARY-AI-CREDITS-2026.md- Complete solution overviewREADME-AI-CREDITS-DOCUMENTATION.md- Documentation indexData Flow
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/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)/usr/bin/gh gh issue list --search AI Credits --state all --limit 20(http block)/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
💡 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.