PBIP/ ├── Model.SemanticModel/ │ ├── definition/ │ ├── Copilot/ │ │ ├── Instructions/ │ │ │ ├── instructions.md │ │ │ ├── version.json │ │ ├── VerifiedAnswers/ │ │ │ ├── definitions/ │ │ │ ├── version.json │ │ ├── schema.json │ │ ├── examplePrompts.json │ │ ├── settings.json │ │ └── version.json │ └── definition.pbism CODE_BLOCK: PBIP/ ├── Model.SemanticModel/ │ ├── definition/ │ ├── Copilot/ │ │ ├── Instructions/ │ │ │ ├── instructions.md │ │ │ ├── version.json │ │ ├── VerifiedAnswers/ │ │ │ ├── definitions/ │ │ │ ├── version.json │ │ ├── schema.json │ │ ├── examplePrompts.json │ │ ├── settings.json │ │ └── version.json │ └── definition.pbism CODE_BLOCK: PBIP/ ├── Model.SemanticModel/ │ ├── definition/ │ ├── Copilot/ │ │ ├── Instructions/ │ │ │ ├── instructions.md │ │ │ ├── version.json │ │ ├── VerifiedAnswers/ │ │ │ ├── definitions/ │ │ │ ├── version.json │ │ ├── schema.json │ │ ├── examplePrompts.json │ │ ├── settings.json │ │ └── version.json │ └── definition.pbism
- AI instructions
- AI data schema context - verified answers - trigger phrases
- Copilot testing workflows - an approved-for-Copilot model setting
- PBIP storage for Copilot metadata - a measure change - a relationship change - a description update - a verified answer definition - an instruction change - a Copilot schema update
- Instructions
- Verified answers
- Trigger phrases
- Schema changes
- Promotion requirements - which reports still use Q&A visuals - whether linguistic metadata is valid - which synonyms and suggested questions are worth keeping - whether business users depend on Q&A today - how Copilot answers will be tested after migration - whether the team can roll back through version history or backups if needed
- Clean up the model
- Add descriptions, synonyms, instructions, and verified answers
- Save the project as PBIP
- Review the Copilot/ folder in Git
- Test with Copilot in Desktop or the service
- Check how Copilot arrived at the answer
- Promote through the deployment path
- Refresh the model if the deployment requires it
- Monitor feedback from real users
- Did any files under Copilot/ change?
- Did any measure, table, or column descriptions change?
- Did the change affect a verified answer?
- Are trigger phrases business-readable?
- Did someone test the answer in the Copilot pane?
- Did someone check how Copilot arrived at the answer?
- Does the model need a refresh after deployment?
- Are there reports or apps that inherit the approved-for-Copilot status?
- Is any Q&A migration involved?
- Is the change safe for every audience that can access the model?