Add troubleshooting documentation for AI Credits Usage sync issues#10703
Add troubleshooting documentation for AI Credits Usage sync issues#10703
Conversation
Co-authored-by: harini-2-y <235104376+harini-2-y@users.noreply.github.com>
|
@copilot , Please analyze why msdyn_aievents has no new records and provide the correct root cause and next steps: |
AI Credits Usage data in Power BI reports stops updating when the Admin | Sync Template v4 (AI Usage) flow is OFF or fails to run. Users had no documentation identifying which flow was responsible or how to resolve the issue.
Changes
Added troubleshooting documentation
docs/TROUBLESHOOTING-AI-CREDITS-USAGE.md: Comprehensive guide identifying the AI Usage sync flow, its 1-day data retrieval limitation, and step-by-step resolutiondocs/README.md: Troubleshooting index for common CoE Starter Kit sync issuesREADME.md: Added link to troubleshooting documentationKey Technical Details Documented
Admin | Sync Template v4 (AI Usage)msdyn_aievents(per-environment) → Target:admin_aicreditsusages(CoE)admin_environmenttable changesLastXDays(PropertyName='msdyn_processingdate',PropertyValue=1)filter retrieves only last 1 day of dataImpact: If flow is OFF for N days, N-1 days of historical data is permanently lost.
Changes
Added
docs/TROUBLESHOOTING-AI-CREDITS-USAGE.md- Diagnostic guide for AI Credits sync flowAdmin | Sync Template v4 (AI Usage)as responsible flowmsdyn_aievents→admin_aicreditsusagessync pipelineAdded
docs/README.md- Troubleshooting index covering common sync flow failures across all CoE data typesUpdated main
README.mdwith link to troubleshooting documentationKey Technical Details
Flow:
Admin | Sync Template v4 (AI Usage)Limitation: Filter
LastXDays(PropertyName='msdyn_processingdate',PropertyValue=1)retrieves only last 1 day of dataImpact: Flow OFF → permanent data loss for missed periods
Fix: Ensure flow stays ON, run Driver flow to backfill current data
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.